home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / dosutils / hwinf222.zip / HWINFO.DOC < prev    next >
Text File  |  1996-01-09  |  160KB  |  3,637 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║        HWiNFO - Copyright (c)1995-96 RealSoft, All Rights Reserved.        ║
  3.  ║ ────────────────────────────────────────────────────────────────────────── ║
  4.  ║                  Version 2.22 ; Last Update: Jan-09-1995                 ║
  5.  ╚════════════════════════════════════════════════════════════════════════════╝
  6.  * Any comments, logfiles or questions are welcome: malik@decef.elf.stuba.sk  *
  7.  *                                                  malik@us.svf.stuba.sk     *
  8.  
  9.  
  10.  
  11.                  ┌──────────────────────────────────────────┐
  12.                  │  USE THIS PROGRAM ONLY AT YOUR OWN RISK  │
  13.                  └──────────────────────────────────────────┘
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.   HWiNFO is a !POWERFUL! hardware detection program. The whole code is written
  21.   in pure assembler (btw about 25,000 lines), thus it's so tiny. It is simple,
  22.   quick and on most systems very efficient. It "tries" to give only Important
  23.   informations about all the physical things in your computer so, that you must
  24.   not look inside the PC to see what's there. The most routines access directly
  25.   hardware, to avoid some programs to emulate non-existing computer hardware.
  26.   I have excluded all the unnesessary informations, such as CMOS, Interrupts,
  27.   Drivers, Partitions info and many others (like Norton Sysinfo, Check-It :-)),
  28.   cause as for me, nobody can use it. I hope, you don't want HWiNFO to
  29.   determine your mouse cable lenght or the speed of your computer ventilator...
  30.  
  31.  
  32.   The newest version is always available at:
  33.   SAC archive - ftp.elf.stuba.sk /pub/pc/util1 or at SAC BBS
  34.   At other FTP sitez later...
  35.  
  36.  
  37.  
  38.  
  39.  ## Requirements ##############################################################
  40.  
  41.     - DOS 3.0 or newer
  42.     - cca. 230 KBytes of free system memory
  43.     - Real mode (not V86 !)
  44.     - Needs to be executed from directory in which it's installed in !
  45.       (I suggest, you don't rename the executable file)
  46.  
  47.     Well, that's all. I hope, it will work on all machines.
  48.  
  49.  
  50.  
  51.  
  52.  ## Registration ##############################################################
  53.  
  54.   HWiNFO is shareware, meaning that you can test the program free and check
  55.   if it is useful for you. The public version is Unregistered, but works at
  56.   FULL Power! It's of no use to make such a Shareware version of hardware
  57.   detection program with limited abilities. The only disadvantage is the
  58.   message, that HWiNFO isn't registered and to press a random key while the
  59.   results are showen.
  60.  
  61.   If you think you could use this program and don't want to see that stupid
  62.   message, or if you continue using it after a trial period of 30 days, you
  63.   should register. Otherwise after this period HWiNFO becomes an illegal copy
  64.   and you have to delete it.
  65.  
  66.   If you decide to register, you should print out the file "REGISTER.FRM", fill
  67.   it and send to this address:
  68.  
  69.                    Martin Malík
  70.                    Jakubovo nám. 3
  71.                    811 09 Bratislava
  72.                    SLOVAK REPUBLIC
  73.                    EUROPE
  74.  
  75.   If you include your Internet e-mail address, you will receive the keys via
  76.   e-mail, otherwise via post.
  77.  
  78.   Once you have obtained the five Keys needed to register, put exactly the same
  79.   name (as included in REGISTER.FRM), all keys in the <Register> menu of HWiNFO
  80.   and the current version will become registered.
  81.  
  82.   Note: Remember the name string, you've send me in REGISTER.FRM, because the
  83.         Registration Keys depend on it !
  84.  
  85.  
  86.   Well, the Registration fee is:
  87.  
  88.   Single Registration                  -> $15 / 20 DM
  89.                                           or 300.- Sk  (Slovak/Czech people)
  90.  
  91.   Multiple Registrations (Companies)   -> Contact me first for special
  92.                                           arrangements.
  93.  
  94.   A single registration is valid for all future versions. And there will be
  95.   a lot of newer versions of course.
  96.  
  97.   You should register Now !
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  ## Comments... ###############################################################
  107.  
  108.   F-PROT may report during the Heuristic Scan that HWiNFO.EXE is Infected.
  109.                         BUT THIS IS A FALSE ALARM !
  110.   It's only due to the many protection routines, which HWiNFO uses to prevent
  111.   from people, who want to crack / haq it. Please Fridrik try to fix it ;)
  112.  
  113.  
  114.   The CPU ID is available only on 386+ CPUs and HWiNFO uses three ways to
  115.   obtain this ID:
  116.  
  117.   Method 1 - Does Reset the CPU while A20 is Enabled.
  118.              This method works on all systems, but the Reset handler gets
  119.              control after BIOS. And some BIOSes (some newer AMI/Award BIOSes)
  120.              destroy CPU ID (EDX) and therefore this ID could be invalid.
  121.              This method is default <Enabled> in Setup section.
  122.  
  123.   Method 2 - Does Reset the CPU while A20 is Disabled.
  124.              This method works only on some machines, which do have a
  125.              Fully-Terminated bus. It's a better way to obtain CPU ID, because
  126.              it gets control immediately after Reset (the BIOS can't destroy
  127.              EDX). This method is yet untested!
  128.              This method is default <Disabled> in Setup section.
  129.  
  130.   Method 3 - Try to use this method if your BIOS destroys CPU ID. But it works
  131.              only on systems, which do not have Main BIOS Write-Protected,
  132.              because it modifies it for a bit, and then restores back. (This
  133.              method works well on my machine and is the only way to get CPU ID).
  134.              This method is default <Enabled> in Setup setction.
  135.  
  136.  
  137.  
  138.   HWiNFO tries to determine CPU ID this way, via: 1. CPUID instruction
  139.                                                   2. BIOS (INT 15h)
  140.                                                   3. Method 2 (if Enabled)
  141.                                                   4. Method 3
  142.                                                   5. Method 1
  143.  
  144.   If you have an UMC U5SX/SD/SLV/486DX2/SX2, Enhanced Am486DX2/DX4/DX4-WB,
  145.   Intel 486DX/SX/DX2 SL-Enhanced, IntelDX4, IntelSX2, IntelDX2 W-B Enh. or
  146.   Intel Pentium(TM) and above, there is no need to Reset the CPU (this CPUs
  147.   support CPUID instruction). The most CPUs today support CPUID instruction.
  148.   Note: Nx586 does NOT support CPUID instruction yet.
  149.  
  150.   Disabling "CPU ID detection via Method 1, 2 and 3" reduces your CPU detection
  151.   range! And if there's no other way to obtain ID (via BIOS or CPUID
  152.   instruction), it won't identify 386SL, i386CX/EX, 486DX2, IBM 486... and some
  153.   other CPUs. Do this only if your system hangs while CPU detection.
  154.  
  155.   Some BIOSes (like - AMI PCI PnP WinBIOS 12/15/93) simply OVERWRITE the
  156.   CPU ID (EDX) :-< ! In this case is an invalid CPU ID displayed and the CPU
  157.   problably not correctly identified. If this problem occurs, try to use
  158.   Method 3 (but your Main BIOS must be Write-Enabled !). If it doesn't work,
  159.   try to use Method 2 (but you must have a Fully-Terminated bus !). And if
  160.   HWiNFO still displays, that Method 1 was used to obtain CPU ID, not Method 2
  161.   nor 3 can obtain it.
  162.  
  163.  
  164.   This program can't be run in V86 mode (under EMM386, QEMM386, 386MAX, Windows
  165.   and so on), because some of the detection routines can't work in this mode.
  166.  
  167.  
  168.   V86 mode and Multitasking Environments also manipulate Benchmark results,
  169.   BIOS scan and are able to control direct I/O operations, which can cause
  170.   invalid results. Windows NT(tm) does not allow to directly access the disk
  171.   and some hardware routines cause problems, thus it can't be supported.
  172.  
  173.  
  174.   !!  ARIA sound card, Stacker Compression Card and 3Com EtherLink III Adapter
  175.   !!  detection routines cause crash or reconfiguration of some Network cards.
  176.   !!  You can disable them the in Setup section (ARIA and Stacker check are
  177.   !!  default disabled and 3Com EtherLink III enabled).
  178.   !!  3Com EtherLink III detection routine caused reconfiguration of Western
  179.   !!  Digital WD8003 Ethernet Card on some machines.
  180.  
  181.  
  182.   On some older motherboards are random number obtained from not used I/O ports
  183.   and this may cause invalid identification of Aria sound card or Hitachi
  184.   CD-ROM. I don't know how to solve this problem.
  185.  
  186.  
  187.   The Mainboard Chipset indentification works only on newer (≈ 1991 and above)
  188.   AMI and newer AWARD BIOSes. HWiNFO is also able to detect Intel 82420TX
  189.   SATURN, 82425EX ARIES, 82430LX NEPTUNE and 82430FX TRITON chipset with all
  190.   BIOSes used.
  191.  
  192.  
  193.   Fixed Disk Data Transfer rate reads data from one physical sector until 4
  194.   secconds. Some caches (like Hyperdisk; but NCACHE or SMARTDRV don't) could
  195.   cause an invalid results. Also some mainboards, which have incompatible
  196.   timers could cause problems.
  197.  
  198.  
  199.   Fixed Disk Average Seek receives results while seeking permanently 100* from
  200.   cylinder 0 to a cylinder, which is 1/3 of max. cylinder number. Thus some
  201.   programs could report another results if they seek to an another cylinder.
  202.   SCSI disks and some Cache programs (Hyperdisk) don't generate Seek requests,
  203.   thus the Seek and RPM result is abnormal and HWiNFO displays <N/A>.
  204.  
  205.  
  206.   PCMCIA detection requires Socket Services to be installed.
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  ## Creating of a logfile #####################################################
  214.  
  215.   You can create a log file by pressing the <PrintScreen> key; it will add the
  216.   results from current screen to a file named "hwinfo.log". You can change the
  217.   name of this file by entering the .log filename you want, as an paramater to
  218.   hwinfo; eg. "hwinfo.exe my.log".
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  ## History ###################################################################
  227.  
  228.  
  229.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.11ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  230.  
  231.  - Detects IDE Fixed Disk size up to 4 GB (Added for E-IDE support).
  232.  - Added Network detection - for FTP Packet Drivers.
  233.  - Added PCMCIA sockets and Adaptec 154x/1640/174x cards detection.
  234.  - Fixed some bugs.
  235.  - New design.
  236.  
  237.  
  238.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.12ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  239.  
  240.  - Converted to .EXE, changed protection.
  241.  - Fixed CPU identification through RESET (A20 line) and some another bugs.
  242.  
  243.  
  244.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.13ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  245.  
  246.  - Added SCSI Peripherals (Disks, Streamers, Printers, Processors, WORMs,
  247.    CD-ROMs, Scanners, Optical Drives...) identification for all devices, that
  248.    support ASPI (SCSIMGR$) driver.
  249.  - Moved SCSI CD-ROM detection into SCSI Peripherals section.
  250.  - Fixed bug in TVGA 8800BR/CS video memory size detection.
  251.  - Some new expansion cards added (SCSI Host Adapters).
  252.  - Added Intel Plug-and-Play support detection.
  253.  - Some new CPUs added.
  254.  
  255.  
  256.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.14ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  257.  
  258.  - Some minor bugs fixed (Intel Pentium FDIV error, ASPI, Design...).
  259.  - Added Upgrade and OverDrive CPU detection for CPUs, that support CPUID.
  260.  - Some Stupid Old 286- BIOSes crash while PCMCIA and Plug-and-Play detection
  261.    (they don't return an error from INT 1Ah, but jump elsewhere ... - there is
  262.    no workaround). Disable these item in Setup section, if your system hangs.
  263.  - Fixed miro video cards detection (now fully depending on BIOS).
  264.  - Added new Tseng W32i/p chipset revisions and WD90C35.
  265.  - Fixed Matsushita through Sound Blaster connected CD-ROM's detection.
  266.  - I have rewritten the whole Disk info; more flexible. Now: Supports 4 Disk
  267.    Drives (E-IDE), obtains some info from MFM/RLL/ARLL and ESDI disks and
  268.    individual Fixed Disk Controller detection added (for multiple Controller
  269.    systems). But SCSI drives still do not return any info (except drive size
  270.    for those, which do not have disabled INT 13h); try to look into SCSI
  271.    section.
  272.  - Added Cyrix M1 and Intel Pentium P24T CPU.
  273.  - Added new Adaptec Host Adapters.
  274.  
  275.  
  276.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.2 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  277.  
  278.  - Total NEW design, "User friendly", mouse support own fonts...
  279.  - Added creating of a log file.
  280.  - Added PCI and EISA slot contents identification (expansion cards ID's).
  281.  - Added several new MCA expansion cards (now recognizes 1224 MCA cards).
  282.  - Added Future Domain SCSI controllers identification.
  283.  - Some minor bugs fixed.
  284.  - Added FPU frequency detection.
  285.  
  286.  
  287.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.21ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  288.  
  289.  - Added ALG2228, NCR 77C32BLT and Weitek W5086/W5186/W5286 processor + P9000
  290.    coprocessor detection.
  291.  - Added new video memory size detection for chipsets, whose video memoy was
  292.    unable to detect.
  293.  - Rewritten SCSI devices identification and SCSI disks now return physical
  294.    physical informations.
  295.  - Advanced design.
  296.  - Added new detection for ATI Mach64 with Video memory size detection.
  297.    Hope it will work...
  298.  - For some graphics cards and chipsets added Bus interface type detection.
  299.  
  300.  
  301.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.22ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  302.  
  303.  - Some work on design.
  304.  - Added Intel P6 (Civil name not yet available).
  305.  - Added APM check and Battery status report.
  306.  - Added VESA Power Management detection.
  307.  - Added Hercules MDA cards check (maybe they still exist somewhere).
  308.  - Added some new FPU's.
  309.  - Some minor bugs fixed.
  310.  - Added VLB test, but only if there is a VLB Video card present :-(
  311.  - Added Intel Pentium P55C and P24CT, not quite sure...
  312.  
  313.  
  314.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.23ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  315.  
  316.  - Added AMD 80C287 Co-Processor.
  317.  - Added Intel P23T and Scorpion Co-Processors (but what are they about???).
  318.  - Some bugs fixed.
  319.  - New stepping levels added.
  320.  - Added detection of SL CPU IDs (30Eh, OMCU).
  321.  - Some work on FPU and CPU frequency detection. I've used new routines and
  322.    now it works fine!
  323.  - Some work on Cache size detection - added Internal cache size detection;
  324.    Internal Cache 1-32 KB; External Cache 64-512 KB.
  325.  - Added support for PCI Expansion cards Configuration Space Access Mechanism
  326.    1 and 2.
  327.  - Added Chipset detection for newer Award BIOSes.
  328.  - Better detection of Cx487S Co-Processor.
  329.  
  330.  
  331.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.3 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  332.  
  333.  - Some new bugs found :-( Fixed...
  334.  - New stepping levels added.
  335.  - Added AMD Krypton K5 (but K5 is still not released), some new Cyrix CPUs,
  336.    TI486SXLC and Am486(TM) SX2.
  337.  - The Internal Cache size reflects only the Data (not Instruction!) cache.
  338.  - Discovered, that some BIOSes (newer AMI Win VLB/PCI) destroy CPU ID.
  339.  - Added some new Am486 CPUs.
  340.  - Added Trident GUI9440 AGi (VLB).
  341.  - Added Method 2 to get CPU ID (Reset while A20 is Disabled --> INT 6).
  342.  - Now it tells, which Method was used to obtain CPU ID - the dark blue text
  343.    in CPU ID column.
  344.  - Added Cx486DX2-v (3.0 V) and ST486DX2.
  345.  - Fixed some bugs while running on an XT. ;-)
  346.  - Added Fixed Disk Performance report
  347.    (Data Transfer rate and Average Seek Time) - via BIOS.
  348.  - Fixed detection and added frequency determination for Nx586.
  349.  
  350.  
  351.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.31ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  352.  
  353.  - Precisious CPU & FPU frequency detection added (On Am486DX2-80 ± 0.2 MHz).
  354.  - Added PCI, APM and P-N-P version report.
  355.  - Some work with colors.
  356.  - Added Avance Logic ALG2301 (PCI).
  357.  - Added Shadow RAM and Total Memory report. I don't think it will work 100%.
  358.  - Some new steppings added.
  359.  - Added detection of AMI Flash BIOS + version. But only if it supports
  360.    AMI BIOS-Flash Interface.
  361.  - Added Wide (16-bit) / (32-bit) SCSI report if present.
  362.  - Added Fixed Disk Spindle Speed report (RPM). Precision ±3 RPM.
  363.  - Added Method 3 to obtain CPU ID (modifies BIOS). On my PC (BIOS overwrites
  364.    CPU ID) works it pretty good and displays a correct CPU ID.
  365.  - Added Sound Blaster SCSI-2 and AWE32.
  366.  - Added Am486DX4 W-B Enhanced, Max. Disk PIO Mode, Disk Transfer Width, IORDY
  367.    and something else...
  368.  
  369.  
  370.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.4 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  371.  
  372.  - Added Video BIOS version report.
  373.  - Added Video Card Bus width report for some cards.
  374.  - New routine for Game Ports detection.
  375.  - Better detection of BIOS manufacturers (AMI WinBIOS...) + date.
  376.  - Added SMBus.
  377.  - Fixed older 1MB Trident video cards memory report.
  378.  - Added ATI Graphics Xpression Pro, Diamond Stealth64 Video,
  379.    Diamond Stealth64 Video VRAM, Genoa Phantom 64 8864 and Genoa Phantom Pro
  380.    graphics boards.
  381.  - Added Data Care DC-600A/DC-620A Disk Cache Controller.
  382.  - Added Video RAM Throughput report (ditect, 16-bit, write).
  383.  - Added DHRYSTONE report - used Norbert Juffa's (CTEST260) Pascal routine of
  384.    Dhrystone 2.1. I've implemented a totally identical code (in assembler!),
  385.    and the results are nearly the same (± 200 Dhrystones/s).
  386.  - HWiNFO now flushes (Write-Back) NCACHE-x buffers before running.
  387.  - Added Cardex Video Cards detection (ICS5341 tested - Tseng ET4000/W32p).
  388.  - Added Trident 9440AGi, 9660XGi PCI ID and NCR Vendor IDs.
  389.  - Added VIA VT83C461 E-IDE Disk Controller.
  390.  - Added detection of ATAPI devices.
  391.  - Added universal detection of NCR SCSI PCI chips & BIOSes (tested NCR53710).
  392.  - Added Min. Transfer Rates for E-IDE disks report (with DMA, PIO with IORDY
  393.    flow, PIO w/o IORDY flow) and IORDY disableable capability.
  394.  - Added C&T F65525, F65535/45 and F65540 video chipsets.
  395.  - Added new SPEA Graphiti boards.
  396.  - Added RISC Video Accelerator report. First checks for Processor
  397.    (Intel i860/TMS 340x0/Hitachi ACRTC) and then for Accelerator boards
  398.    (now only SPEA Graphiti). I'm working on another boards...
  399.  - Added SPEA Showtime Plus graphics board.
  400.  - New routines for Cirrus video boards detection (incl. identifies CL-GD5428
  401.    if BIOS says CL-GD5426).
  402.  - Added BIOS Extension search (SCSI, ESDI, IDE BIOSes ...). Try and you'll
  403.    see :-)
  404.    DC-600A/DC-620A and NCR PCI chips&BIOSes moved into BIOS Extension section.
  405.  - Added S3 Vision864-P and Vision964-P.
  406.  - Added Genoa VideoBlitz 9500 and III AV.
  407.  
  408.  
  409.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.5 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  410.  
  411.  - Added: S3 86C805 D, 86C801-P, 86C801/5 rev I and a correct detection routine
  412.    for Vision866, Vision868, Vision968, Trio32, Trio64; ARK1000VL, ARK1000PV,
  413.    ARK2000PV, Sierra Semiconductor SC15064 (Falcon/64), new routine for Weitek
  414.    P9000+W5086/W5186/W5286 / P9100 detection, but the Video memory check is not
  415.    100% correct; IIT AGX-010/011, AGX-014, AGX-015, AGX-016; distinguish
  416.    between ALG2101 and ALG2201; ALG2302, ALG2364; Acer ALi M3145; better
  417.    distinguish between C&T Video chipsets, added 64300 and 64310 WinGine;
  418.    Matrox MGA-I (Atlas) and MGA-II (not quite sure).
  419.  - Added Genoa Hornet II and Diamond Stealth32 Video Cards.
  420.  - Added new Video PCI cards.
  421.  - A new feature, which I was asked for: While Scroll Lock is active, no disk
  422.    benchmarks will be performed.
  423.  - If no TMS board is found while hardware tests (HP IGC, NEC MSGE, SPEA),
  424.    HWiNFO tries to get the board name via standard TIGACD.EXE driver
  425.    (installed at any interrupt in the "SET TIGA=" path or standard at 7Fh).
  426.  - GUS revisions, amount of DRAM report and Gravis Ultra Max added.
  427.  - Some work on ASPI routines and disk reports.
  428.  - Added Sound Blaster AWE32 ASP (hope, it will work).
  429.  - Added several new Video DACs and the whole routine is now rewritten.
  430.    Fixed a bug which occurs on Trident 9000 video boards when bit2 in 3C6h reg.
  431.    is set. The most DAC detection programs crash, but HWiNFO don't :-)
  432.  - Added ATI Mach8 (38800-1; not quite sure!) and some older ATI boards
  433.    identification.
  434.  - Added Diamond Stealth SE video card.
  435.  - Fixed right-alligned (space padded) IDE-disk ser. number report.
  436.  - Added VESA VBE version report.
  437.  - Fixed Edsun CEG DAC detection. Never verified!
  438.    As for me, VGADOC3 uses an invalid routine to detect this DAC, because it
  439.    writes to 3C9h in write mode. But it should work only while writing in
  440.    read mode.
  441.  - Removed AMI Flash BIOS detection (some older AMI BIOSes caused crash).
  442.  - Added Keyboard controller version report.
  443.  - Added IBM 486BLDX2 Blue Lightning and some CPU steppings.
  444.  - Added Adaptec AIC-7770 and AHA-2740 SCSI Hosts.
  445.  - Added detection of Serial port UARTs and baud rate.
  446.    Recognizes 8250, 16450, 16550, 16550A, IBM Type 3.
  447.  - Fixed i486SL ID detection.
  448.  - Added new detection routine for Parallel ports.
  449.    Recognizes 4-bit port, 8-bit Bidirectional and Enhanced Parallel Port (SL).
  450.  - Fixed a small bug in some Cirrus video cards detection.
  451.  - Added Cyrix FasCache Cx486DX4 detection.
  452.  - If Video or Optional BIOS supports Plug-and-Play, a green [PnP] sign is
  453.    displayed.
  454.  - Some new Machine types added.
  455.  - Added UMC U486DX2 and SX2.
  456.  - Added new method of checking for Flash BIOS. If found, displays a green
  457.    "[Flash]" sing in BIOS Manufacturer line.
  458.  
  459.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.6 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  460.  
  461.  - Added ATI Graphics Vantage detection routine.
  462.  - Hopefully fixed Trident 9440AGi 32-bit bus detection.
  463.  - Added Number Nine VISION FX330, MOTION FX531, MOTION FX771 graphics cards.
  464.  - Added Diamond SpeedStar 24, SpeedStar Plus; Orchid ProDesigner, II, IIs and
  465.    Diamond Viper SE.
  466.  - Added distinguish between ICS5341 and ICS5342 GENDACs.
  467.  
  468.  
  469.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.61ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  470.  
  471.  - Fixed a BIG-shit bug in Video Throughput test (previously occured only on
  472.    fast machines, like P54C-133).
  473.  - Added about 250 new PCI Vendor IDs and some new Device IDs.
  474.  - Added Intel P54T and a newer detection routine for Cx486DX4-v.
  475.  - Added MultiProcessor Specification (MPS) support !
  476.    HWiNFO is now able to detect the amount and type of more CPUs and/or
  477.    Busses.
  478.  - Added hardware detection of PCMCIA adapter.
  479.  - Added Cirrus Logic CL-GD7541 (Nordic Lite), 7542 (Nordic), 7543 (Viking),
  480.    Trident 9660 XGi, C&T F65548, Number Nine Imagine128 and Alliance Pro
  481.    Motion 3210.
  482.  
  483.  
  484.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.00 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  485.  --------------------------> First Public Version <----------------------------
  486.  
  487.  
  488.  - Added another new (about 250 PCI and 150 EISA) Expansion cards.
  489.  - When a PCI BIOS moves the CPU ID into upper part of the DWORD and stores
  490.    0CF8h (PCI configuration register I/O used by some BIOSes immediately to
  491.    initialize machine) into the lower part od CPU ID, HWiNFO recognizes the
  492.    right CPU ID.
  493.  - The Flash ROM detection works now only for ASUSTeK and Award FLASH support.
  494.    I'm working on more...
  495.  - Added Energy Star and GreenPC report.
  496.  - New routine for GUS memory detection.
  497.  
  498.  
  499.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.01 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  500.  
  501.  - New nice palette.
  502.  - Some bugfixes.
  503.  - Reduced unregistred version usages :-)
  504.  
  505.  
  506.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.20 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  507.  
  508.  - Added Promise Technology EIDE2300PLUS VLB Disk Controller.
  509.  - Added OAK Mozart Sound card.
  510.  - Added new S3 Vision968 ID.
  511.  - Fixed Diamond Stealth64 Video VRAM detection.
  512.  - Fixed GUS DRAM size report.
  513.  - Added new detection routine for Alliance Pro Motion 3210, ATI 88800GX & CX,
  514.    Cirrus new adapters, Matrox MGA series (MGA-I and II),
  515.    #9 Imagine128 Video RAM size detection and fixed some bugs.
  516.  - Added Video card bus detection for another video cards.
  517.  - Added ATT 22c498, IC Works W30c516 DAC, CHRONTEL CH8391, CH8398, IBM RGB524,
  518.    RGB525, OAK 66HC and UMC 70c178 DACs.
  519.  - Fixed some video RAMDAC routines.
  520.  - HWiNFO now (while ISA/VLB checking procedure) says which card is currently
  521.    checked and at which port. If HWiNFO hangs, it allows you to determine which
  522.    hardware test caused it.
  523.  - Added Alliance Pro Motion 3210 video memory size report.
  524.  - Fixed Trident Internal DAC detection.
  525.  - Added Video chipset and card detection steps report.
  526.  
  527.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.21 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  528.  
  529.  - Reduced unregistered "typing shit" again ;-)
  530.  - Fixed a really nasty BUG which caused ET3000/4000 and IIT video boards to
  531.    crash. 
  532.  - Hopefully fixed TI TVP3026 DAC detection.
  533.  - Some minor bug fixes and advances.
  534.  - Added distinguish between MFM, RLL and ARLL.
  535.  - Added distinguish between 3Com EtherLink III 3C509B, 3C509B-TP, 3C509B-TPO
  536.    and 3C509B-Combo.
  537.  - 3Com EtherLink III detection can be disabled now in the Setup menu, because
  538.    this routine reconfigured an Western Digital Ethernet card :-(.
  539.  - Some protection against BHcrack added. Hahahaha.
  540.  
  541.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.22 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  542.  
  543.  - Added detection of Intel 82420TX SATURN, 82425EX ARIES, 82430LX NEPTUNE and
  544.    82430FX TRITON chipset in the System menu (Mainboard chipset).
  545.  - Added new detection routine for Keyboard Controller, it reports the whole
  546.    copyright notice included in the 8042 KBD BIOS.
  547.  - Added Plug-and-Play devices detection.
  548.  - Added new UART types.
  549.  - Added Mediavision MVV452 chipset + MV Pro Graphics 1024 card and MVV462
  550.    Video RAMDAC.
  551.  - Fixed a shitty mouse bug.
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  ## A list of all items, which will HWiNFO identify ###########################
  565.  ##
  566.  ## A "√" sing means that this thing/feature/element... was tested.
  567.  
  568.  
  569.  ──────────────────────────────█ Main Processor █──────────────────────────────
  570.  
  571.   √  Intel 8086
  572.      Intel 8088
  573.   √  NEC V20
  574.      NEC V30
  575.  
  576.      Intel 80186
  577.      Intel 80188
  578.  
  579.   √  Intel 80286
  580.  
  581.      Intel 80376                       (only 386Native mode)
  582.   √  Intel 80386DX
  583.   √  Intel 80386SX
  584.      Intel i386SX (Static)             (Static core)
  585.      Intel i386CX/EX (Static)          (Static core + SMM)
  586.      Intel 80386SL
  587.      C&T 38605DX
  588.      C&T 38605SX                       (Never released CPU)
  589.   √  AMD Am386DX                       (detects only 40 MHz CPU)
  590.      AMD Am386SXLV                     (Am386SX Low voltage, SMM)
  591.      AMD Am386DXLV                     (Am386DX Low voltage, SMM)
  592.      IBM 386SLC
  593.  
  594.      Intel RapidCAD-1                  (Upgrade for 386DX)
  595.   √  Intel486(TM) DX                   (80486DX)
  596.   √  Intel486(TM) DX-S                 (80486DX SL-Enhanced)
  597.      Intel487(TM) SX                   (80487SX)
  598.   √  Intel486(TM) SX                   (80486SX)
  599.      Intel486(TM) SX/J                 (80486SX with 16-bit External Data Bus)
  600.   √  Intel486(TM) SX-S                 (80486SX SL-Enhanced)
  601.   √  Intel486(TM) SL                   (80486SL)
  602.   √  IntelDX2(TM)                      (80486DX2 alias P24)
  603.   √  IntelDX2-S(TM)                    (80486DX2 SL-Enhanced)
  604.   √  IntelDX2(TM) Write-Back Enhanced  (P24D; operating in W-B or W-T mode)
  605.      IntelSX2(TM)                      (80486SX2 SL-Enhanced)
  606.   √  IntelDX4(TM)                      (80486DX4 alias P24C)
  607.      IntelDX4(TM) OverDrive            (80486DX4 OverDrive)
  608.      AMD Am486(TM) DX
  609.   √  AMD Am486(TM) DX2                 (3 V; not 100% detection)
  610.   √  AMD Am486(TM) DX4                 (not 100% detection)
  611.   √  AMD Am486(TM) DX4 W-B Enhanced
  612.      AMD Am486(TM) SX                  (not 100% detection)
  613.      AMD Am486(TM) SX2
  614.      AMD Am486(TM) SXLV                (3 V, stop clock)
  615.      AMD Am486(TM) DXLV                (3 V, stop clock)
  616.   √  Cyrix Cx486SLC                    (alias TI 486SLC)
  617.      Cyrix Cx486DLC                    (alias TI 486SLC)
  618.      Cyrix Cx486SLC2
  619.      Cyrix Cx486DLC2
  620.      Cyrix Cx486SLC/e
  621.      Cyrix Cx486SRx
  622.      Cyrix Cx486DRx
  623.      Cyrix Cx486SRx2
  624.      Cyrix Cx486DRx2
  625.      Cyrix Cx486SRu
  626.      Cyrix Cx486DRu
  627.      Cyrix Cx486SRu2
  628.      Cyrix Cx486DRu2
  629.      Cyrix Cx486S (Step A)
  630.      Cyrix FasCache Cx486S (Step B)    (Cyrix M5 family)
  631.      Cyrix FasCache Cx486S/e           (Maybe same as Cx486S-V ?)
  632.      Cyrix FasCache Cx486S2
  633.      Cyrix FasCache Cx486S2/e          (Maybe same as Cx486S2-V ?)
  634.      Cyrix FasCache Cx486DX            (Cyrix M6 clone)
  635.      Cyrix FasCache Cx486DX2           (Cyrix M7 clone)
  636.      Cyrix FasCache Cx486DX2-v         (3 V)
  637.      Cyrix FasCache Cx486DX4-v         (Cyrix M9)
  638.      Siemens-Thomson ST486DX2
  639.      Texas Instruments TI486SXL Potomac
  640.      Texas Instruments TI486SXLC Potomac 
  641.      IBM 486SLC
  642.   √  IBM 486SLC2
  643.      IBM 486BLX3 Blue Lightning
  644.      IBM 486BLDX2 Blue Lightning
  645.      UMC U5SX
  646.      UMC U5SD
  647.      UMC U5SLV                         (3.3 V)
  648.      UMC U486DX2
  649.      UMC U486SX2
  650.  
  651.      Intel Pentium(TM)                 (60 & 66 MHz older versions)
  652.   √  Intel Pentium(TM) P54C            (3.3 V; including P54LM 2.9V & P54CQS)
  653.      Intel Pentium(TM) P55C            (2.5 V)
  654.      Intel Pentium(TM) P24T OverDrive  (5.0 V, OverDrive)
  655.      Intel Pentium(TM) P24CT OverDrive (3.3 V, 32KB Cache, OverDrive)
  656.      Intel Pentium(TM) P54CM Upgrade   (2nd P54C in Dual Processor system)
  657.      Intel Pentium(TM) P54T
  658.      NexGen Nx586
  659.      Cyrix 6x86                        Cyrix M1
  660.      AMD Krypton K5
  661.      Unknown 586-style CPU             (Any other 586 class CPUs)
  662.  
  663.      Intel Pentium Pro(TM)             (P6)
  664.      Intel Pentium Pro(TM) OverDrive   (P6T)
  665.  
  666.  
  667.  
  668.  ────────────────────────────────█ CPU Type █──────────────────────────────────
  669.  
  670.   √  Normal
  671.      OverDrive(TM) Upgrade Processor
  672.      Upgrade Processor in Dual CPU System
  673.  
  674.  
  675.  ────────────────────────────█ Math Coprocessor █──────────────────────────────
  676.  
  677.   √  Intel 8087
  678.   √  Intel 80287
  679.      Intel 80287XL
  680.      AMD 80C287
  681.   √  Intel 80387DX
  682.      Intel 80387SX
  683.      Intel 80387SL
  684.      IIT 2C87
  685.      IIT 3C87
  686.      IIT 3C87SX
  687.      IIT 4C87DLC
  688.      Cyrix 82S87 Old
  689.      Cyrix 82S87 New
  690.      Cyrix FasMath(TM) 83D87 Old
  691.      Cyrix FasMath(TM) 83S87 Old
  692.      Cyrix FasMath(TM) 83S87 New
  693.      Cyrix FasMath(TM) 83D87 New             (alias 387+ in Europe)
  694.      Cyrix FasMath(TM) EMC87                 (alias Cyrix AutoMATH)
  695.      Cyrix Cx487S
  696.      C&T 38700DX
  697.      C&T 38700SX
  698.   √  ULSI 83C87
  699.      ULSI 83S87
  700.      Intel RapidCAD-2                        ("FPU" - generates only FERR)
  701.      Intel P23T                              (???)
  702.      Scorpion                                (But what's that ? :-O)
  703.   √  Internal                                (486DX+ Internal FPUs)
  704.      NexGen Nx587
  705.  
  706.      + Weitek Abacus 3167
  707.      + Weitek Abacus 4167
  708.  
  709.  ───────────────────────────────────█ Bus █────────────────────────────────────
  710.  
  711.   √  ISA
  712.      EISA
  713.   √  MCA
  714.      MCA + ISA Dual Bus
  715.   √  + PCI Local Bus
  716.   √  + VESA Local Bus                (Only with a VLB graphics card)
  717.      + SMBus
  718.  
  719.  ──────────────────────────────█ Computer model █──────────────────────────────
  720.  
  721.                 "OEM machine"
  722.                 7531/2 Industial AT
  723.                 AST
  724.                 Compaq 286/386
  725.                 Compaq Contura 486/486c/486cx
  726.                 Compaq DESKPRO/i
  727.                 Compaq PC / Compaq Deskpro
  728.                 Compaq ProLinea
  729.                 Compaq XT / Compaq Plus
  730.                 DELL 200
  731.                 DELL 210
  732.                 DELL 220
  733.                 DELL 220E
  734.                 DELL 300
  735.                 DELL 310
  736.                 DELL 310A
  737.                 DELL 316
  738.                 DELL 316LT
  739.                 DELL 316SX
  740.                 DELL 320LX
  741.                 DELL 325
  742.                 DELL 425E
  743.                 Epson
  744.                 Hewlett Packard CS
  745.                 Hewlett Packard ES
  746.                 Hewlett Packard ES/12
  747.                 Hewlett Packard HP 95LX
  748.                 Hewlett Packard Original Vectra
  749.                 Hewlett Packard Portable/CS
  750.                 Hewlett Packard RS/16
  751.                 Hewlett Packard RS/20
  752.                 HP 100LX 1MB BIOS 1.04A
  753.                 HP 200LX 2MB BIOS 1.01 A D German
  754.                 IBM 7552-140 Gearbox
  755.                 IBM 7552-540 Gearbox
  756.                 IBM Original PC
  757.                 IBM PC
  758.                 IBM PC (HD, 640K, EGA support)
  759.                 IBM PC (some bugfixes)
  760.                 IBM PC 7561/2
  761.                 IBM PC 7568
  762.              √  IBM PC AT
  763.              √  IBM PC AT 319/339, 8 MHz, Enh kbd, 3,5"
  764.                 IBM PC AT239, 6 MHz, 30M HD
  765.                 IBM PC AT with Phoenix 386 BIOS v1.10 10a
  766.                 IBM PC Convertible
  767.                 IBM PC Jr
  768.              √  IBM PC XT
  769.                 IBM PC XT and Portable
  770.              √  IBM PC XT w/ Enhanced Kbd, 3.5" support
  771.                 IBM PC XT/2
  772.              √  IBM PC XT/286
  773.                 IBM PCradio 9075
  774.                 IBM Processor Complex (with VPD)
  775.                 IBM PS/1 486DX
  776.                 IBM PS/1 486SX
  777.                 IBM PS/1 model 2011, 286-10 MHz
  778.                 IBM PS/1 model 2121, 386SX-16
  779.                 IBM PS/1, LW-type 44
  780.                 IBM PS/2 model 25, 286
  781.                 IBM PS/2 model 25, 286-10 MHz
  782.                 IBM PS/2 model 25, 286-10, LW-type 37
  783.                 IBM PS/2 model 25-386
  784.                 IBM PS/2 model 25/25L, 8086-8
  785.                 IBM PS/2 model 295
  786.                 IBM PS/2 model 30
  787.                 IBM PS/2 model 30, 286
  788.                 IBM PS/2 model 30, 8086-8
  789.                 IBM PS/2 model 30-386
  790.                 IBM PS/2 model 35 SX/40 SX, LW-type 37
  791.                 IBM PS/2 model 35/35LS/40, 386SX-20
  792.                 IBM PS/2 model 50
  793.                 IBM PS/2 model 50, 286-10
  794.                 IBM PS/2 model 50, 286-10, LW-type 32
  795.                 IBM PS/2 model 50Z
  796.                 IBM PS/2 model 50Z, 286-10 MHz
  797.                 IBM PS/2 model 50Z, 286-10, LW-type 33
  798.                 IBM PS/2 model 55 Note N23SX
  799.                 IBM PS/2 model 55-5502
  800.                 IBM PS/2 model 55-5530 Laptop
  801.                 IBM PS/2 model 55-5530T
  802.                 IBM PS/2 model 55-5551
  803.                 IBM PS/2 model 55-5571
  804.                 IBM PS/2 model 55LS, 386SX-16
  805.                 IBM PS/2 model 55SX, 386SX-16
  806.              √  IBM PS/2 model 57
  807.                 IBM PS/2 model 57 SLC
  808.                 IBM PS/2 model 57 SX
  809.                 IBM PS/2 model 57 SX, 386SX-20, SCSI
  810.                 IBM PS/2 model 57, 386SX-20
  811.                 IBM PS/2 model 60, 286-10 MHz
  812.                 IBM PS/2 model 65-121/65 SX, 386SX-16
  813.                 IBM PS/2 model 70
  814.                 IBM PS/2 model 70, 20MHz, type 2 System brd
  815.                 IBM PS/2 model 70, 386-25, type 3 System brd
  816.                 IBM PS/2 model 70, 386DX-16, type 1 System brd
  817.                 IBM PS/2 model 70, 386DX-20, LW-type 33
  818.                 IBM PS/2 model 70, 386DX-25
  819.                 IBM PS/2 model 70, 486-25
  820.                 IBM PS/2 model 70, 486-25, type 3 System brd
  821.                 IBM PS/2 model 70, some models
  822.                 IBM PS/2 model 75, 486-33
  823.                 IBM PS/2 model 77
  824.                 IBM PS/2 model 80, 386-16
  825.                 IBM PS/2 model 80, 386-20
  826.                 IBM PS/2 model 80, 386-25
  827.                 IBM PS/2 model 80-A21, 386-25
  828.                 IBM PS/2 model 85
  829.                 IBM PS/2 model 90 XP
  830.                 IBM PS/2 model 90 XP, 486-25
  831.                 IBM PS/2 model 90 XP, 486-33
  832.                 IBM PS/2 model 90 XP, 486SX+487SX-20
  833.                 IBM PS/2 model 90 XP, Pentium
  834.                 IBM PS/2 model 90, 486SX-20
  835.                 IBM PS/2 model 90-AK9/95 XP, 486-25
  836.                 IBM PS/2 model 90-AKD/95 XP, 486-33
  837.                 IBM PS/2 model 90/90XP486, 486-50
  838.                 IBM PS/2 model 90/95 E, Pentium
  839.                 IBM PS/2 model 95 XP
  840.                 IBM PS/2 model 95 XP, 486-50
  841.                 IBM PS/2 model 95 XP, Pentium
  842.                 IBM PS/2 model 95, 486SX+487SX-20
  843.                 IBM PS/2 model 95, 486SX-20
  844.                 IBM PS/2 model CL57 SX
  845.                 IBM PS/2 model L40 SX
  846.                 IBM PS/2 model L40 SX, 386SX-20
  847.                 IBM PS/2 model L40 SX, 386SX-20, LW-type 37
  848.                 IBM PS/2 model M57, 386SLC-20
  849.                 IBM PS/2 model N33SX
  850.                 IBM PS/2 model N51 SLC
  851.                 IBM PS/2 model Note N51SX
  852.                 IBM PS/2 model P70
  853.                 IBM PS/2 model P70 (8570-031)
  854.                 IBM PS/2 model P70 (8573), 386SX-16
  855.                 IBM PS/2 model P70 (8573-121)
  856.                 IBM PS/2 model P70 (8573-121) type 2 System brd
  857.                 IBM PS/2 model P75, 486-33
  858.                 IBM PS/ValuePoint 325T
  859.                 IBM PS/ValuePoint 425SX
  860.                 IBM PS/ValuePoint 433DX
  861.                 IBM Restaurant Terminal
  862.              √  IBM ThinkPad 350, 486SL-25
  863.              √  IBM ThinkPad 360
  864.                 IBM ThinkPad 700
  865.                 Memorex Telex
  866.                 Olivetti M111
  867.                 Olivetti M15
  868.                 Olivetti M200
  869.                 Olivetti M240
  870.                 Olivetti M250
  871.                 Olivetti M280
  872.                 Olivetti M290
  873.                 Olivetti M300
  874.                 Olivetti M380 (XP1, XP3, or XP5)
  875.                 Olivetti M380 (XP7)
  876.                 Olivetti P500
  877.                 Olivetti P800
  878.                 Olivetti PCS286
  879.              √  PC3270/AT
  880.                 Peacock XT
  881.                 Quadram Quad386
  882.                 Reply Model 32
  883.                 Soft Windows 1.0.1 (Power Macintosh)
  884.                 Sperry PC
  885.                 Tandy 1000TL
  886.                 Tandy 3000
  887.                 Tandy 3000NL
  888.                 Toshiba T1000
  889.                 Toshiba T1000LE
  890.                 Toshiba T1000SE
  891.                 Toshiba T1000XE
  892.                 Toshiba T100X
  893.                 Toshiba T1100+
  894.                 Toshiba T1200 F/H
  895.                 Toshiba T1200XE
  896.                 Toshiba T1600
  897.                 Toshiba T1800
  898.                 Toshiba T1850
  899.                 Toshiba T1850C
  900.                 Toshiba T1900
  901.                 Toshiba T1900C
  902.                 Toshiba T1910/CS
  903.                 Toshiba T1950/CS
  904.                 Toshiba T1950CT
  905.                 Toshiba T200/CS
  906.                 Toshiba T2000
  907.                 Toshiba T2000SX
  908.                 Toshiba T2000SXe
  909.                 Toshiba T2100CS/CT
  910.                 Toshiba T2150CDS/CDT
  911.              √  Toshiba T2200SX
  912.                 Toshiba T2400CS/CT
  913.                 Toshiba T2450CT
  914.                 Toshiba T3100
  915.                 Toshiba T3100e
  916.                 Toshiba T3100SX
  917.                 Toshiba T3200
  918.                 Toshiba T3200SX
  919.                 Toshiba T3200SXC
  920.                 Toshiba T3300SL
  921.                 Toshiba T3400/CT
  922.                 Toshiba T3600CT
  923.                 Toshiba T4400SX/SXC
  924.                 Toshiba T4500/SXC
  925.                 Toshiba T4500C
  926.                 Toshiba T4600
  927.                 Toshiba T4600C
  928.                 Toshiba T4700CS
  929.                 Toshiba T4700CT
  930.                 Toshiba T4800CT
  931.                 Toshiba T4850CT
  932.                 Toshiba T5100
  933.                 Toshiba T5200
  934.                 Toshiba T6400/C
  935.                 Toshiba T6600C
  936.                 Toshiba T8500
  937.                 Triumph Adler PC/XT
  938.                 Zenith 386
  939.                 Zenith Z-Lite 425L
  940.  
  941.  
  942.  ───────────────────────────────█ Sound Card █─────────────────────────────────
  943.  
  944.                  Ad Lib
  945.                  Roland MPU-401
  946.                  Sound Blaster
  947.               √  Sound Blaster 2.0
  948.                  Sound Blaster Pro (CT1335)
  949.               √  Sound Blaster Pro (CT1345)
  950.               √  Sound Blaster Pro 16
  951.               √  Sound Blaster 16 Pro ASP
  952.                  Sound Blaster 16 SCSI-2
  953.                  Sound Blaster AWE32
  954.                  Sound Blaster AWE32 ASP
  955.                  MediaVision ProAudio Spectrum
  956.                  MediaVision ProAudio Spectrum+
  957.                  MediaVision ProAudio Spectrum 16
  958.                  PS/1 Audio Card
  959.                  Aria Sound Card
  960.               √  Gravis Ultra Sound (≤3.6, no ICS) ┐
  961.                  Gravis Ultra Sound (3.7, ICS)     ├ Also amount of on-board
  962.                  Gravis Ultra Sound (≥3.7, ICS)    │    DRAM report [KB]
  963.                  Gravis Ultra Max (with CS4231)    ┘
  964.               √  OAK Mozart
  965.  
  966.  
  967.  ───────────────────────────────█ FTP Network █────────────────────────────────
  968.  
  969.                  3COM 3C500/3C501
  970.                  3COM 3C505
  971.                  MICOM-Interlan NI5010
  972.                  BICC Data Networks 4110
  973.                  BICC Data Networks 4117
  974.                  MICOM-Interlan NP600
  975.                  Ungermann-Bass PC-NIC
  976.                  Univation NC-516
  977.                  TRW PC-2000
  978.                  MICOM-Interlan NI5210
  979.                  3COM 3C503
  980.                  3COM 3C523
  981.               √  Western Digital WD8003
  982.                  Spider Systems S4
  983.                  Torus Frame Level
  984.                  10Net Communications
  985.                  Gateway PC-bus
  986.                  Gateway AT-bus
  987.                  Gateway MCA-bus
  988.                  IMC PCnic
  989.                  IMC PCnic II
  990.                  IMC PCnic 8-bit
  991.                  Tigan Communications
  992.                  Micromatic Research
  993.                  Clarkson "Multiplexor"
  994.                  D-Link 8-bit
  995.                  D-Link 16-bit
  996.                  D-Link PS/2
  997.                  Research Machines 8
  998.                  Research Machines 16
  999.                  Research Machines MCA
  1000.                  Radix Microsystems EXM1 16-bit
  1001.                  Interlan Ni9210
  1002.                  Interlan Ni6510
  1003.                  Vestra LANMASTER 16-bit
  1004.                  Vestra LANMASTER 8-bit
  1005.                  Allied Telesis PC/XT/AT
  1006.                  Allied Telesis NEC PC-98
  1007.                  Allied Telesis Fujitsu FMR
  1008.                  Ungermann-Bass NIC/PS2
  1009.                  Tiara LANCard/E AT
  1010.                  Tiara LANCard/E MC
  1011.                  Tiara LANCard/E TP
  1012.                  Spider Communications SpiderComm 8
  1013.                  Spider Communications SpiderComm 16
  1014.                  AT&T Starlan NAU
  1015.                  AT&T Starlan-10 NAU
  1016.                  AT&T Ethernet NAU
  1017.                  Intel smart card
  1018.                  Xircom Packet Adapter
  1019.                  Aquila Ethernet
  1020.                  Novell NE1000
  1021.                  Novell NE2000
  1022.                  SMC PC-510
  1023.                  AT&T Fiber NAU
  1024.                  NDIS to Packet Driver adapter
  1025.                  Racal-InterLan ES3210
  1026.                  General Systems ISDN simulated Ethernet
  1027.                  Hewlett-Packard
  1028.                  IMC EtherNic-8
  1029.                  IMC EtherNic-16
  1030.                  IMC EtherNic-MCA
  1031.                  NetWorth EtherNext
  1032.                  Dataco Scanet
  1033.                  DEC DEPCA
  1034.                  C-Net
  1035.                  Gandalf LANLine
  1036.                  Apricot built-in
  1037.                  David Systems Ether-T
  1038.                  ODI to Packet Driver adapter
  1039.                  AMD Am21110-16
  1040.                  Intel ICD Network controller family
  1041.                  Intel ICD PCL2
  1042.                  Intel ICD PCL2A
  1043.                  AT&T LANPacer
  1044.                  AT&T LANPacer+
  1045.                  AT&T EVB
  1046.                  AT&T StarStation
  1047.                  SLIP simulated ethernet
  1048.                  Racal-Interlan NIA310
  1049.                  Racal-Interlan NISE
  1050.                  Racal-Interlan NISE30
  1051.                  Racal-Interlan NI6610
  1052.                  Ethernet over IP/UDP
  1053.                  ICL EtherTeam 16
  1054.                  David Systems
  1055.                  NCR WaveLAN
  1056.                  Thomas Contrad TC5045
  1057.                  Russ Nelson's Parallel Port driver
  1058.                  Intel EtherExpress 16
  1059.                  IBMTOKEN
  1060.                  Zenith Z-Note
  1061.                  3Com 3C509
  1062.                  Mylex LNE390
  1063.                  Madge Smart Ringnode
  1064.                  Novell NE2100
  1065.                  Allied Telesis 1500
  1066.                  Allied Telesis 1700
  1067.                  Fujitsu EtherCoupler
  1068.                  Proteon p1300
  1069.                  Proteon p1800
  1070.                  IBM Token-Ring Adapter
  1071.                  Proteon p1340
  1072.                  Proteon p1344
  1073.                  Gateway PC-bus
  1074.                  Gateway AT-bus
  1075.                  Gateway MCA-bus
  1076.                  Madge board
  1077.                  NDIS to Packet Driver adapter
  1078.                  ODI to Packet Driver adapter
  1079.                  AppleTalk - ATALK.SYS adapter
  1080.                  Clarkson 8250-SLIP
  1081.                  Clarkson "Multiplexor"
  1082.                  Eicon Technologies
  1083.                  ARCNet Datapoint RIM
  1084.                  Ottawa PI card (AX.25)
  1085.                  Eicon Technologies (AX.25)
  1086.                  KISS
  1087.                  Western Digital (FDDI)
  1088.                  Frontier Technology (FDDI)
  1089.                  Western Digital Internet X.25
  1090.                  Frontier Technology Internet X.25
  1091.                  Emerging Technologies Internet X.25
  1092.                  The Software Forge Internet X.25
  1093.                  Link Data Intelligent X.25 Internet
  1094.                  Eicon Technologies Internet X.25
  1095.                  NT LANSTAR/8
  1096.                  NT LANSTAR/MC
  1097.                  MERIT
  1098.                  8250/16550 UART (PPP)
  1099.                  Niwot Networks synch (PPP)
  1100.                  Eicon Technologies (PPP)
  1101.                  LCP/NCPs
  1102.  
  1103.  
  1104.  
  1105.  ─────────────────────────────────█ CD-ROM █───────────────────────────────────
  1106.  
  1107.               √  Panasonic (Matsushita)         <I hope, all models>
  1108.               √  Hitachi
  1109.                  Sony                           <only with it's driver>
  1110.                  <SCSI CD-ROMs: see the SCSI section>
  1111.  
  1112.  
  1113.  ────────────────────────────█ Serial Port type █────────────────────────────
  1114.  
  1115.      √  UART 8250
  1116.      √  UART 8250A/16450
  1117.      √  UART 16C1450
  1118.      √  UART 16550-FIFO
  1119.         UART 16550
  1120.         UART 16C150+FIFO
  1121.         DUAL UART 16552+FIFO
  1122.         UART 82510+FIFO
  1123.  
  1124.  
  1125.  ───────────────────────────█ Parallel Port type █────────────────────────────
  1126.  
  1127.      √  4-bit                                   (4-bit input, 8-bit output)
  1128.      √  8-bit Bidirectional                     (8-bit I/O)
  1129.         8-bit Enhanced Parallel Port            (8-bit I/O at bus speed, SL)
  1130.         8-bit Enhanced Parallel Port (v1.0)
  1131.      √  8-bit Enhanced Parallel Port (v3.0+)
  1132.  
  1133.  
  1134.  ──────────────────────────█ Fixed Disk Controller █───────────────────────────
  1135.  
  1136.             √  MFM
  1137.                RLL
  1138.                ARLL
  1139.             √  IDE
  1140.             √  Enhanced IDE
  1141.                Enhanced IDE (ATAPI)
  1142.                Seagate ST-01/ST-02 SCSI
  1143.                Adaptec AHA-154x/Bustek BT-542 SCSI
  1144.                Future Domain SCSI TMC-1680
  1145.                Future Domain SCSI TMC-1650/1660/1670/1680
  1146.                Future Domain SCSI TMC-820/830/840/850/860/870/875/880/885
  1147.                Future Domain SCSI TMC-840/841/880/881
  1148.                Future Domain SCSI TMC-830/850/860/875/885
  1149.             √  SCSI or Unknown
  1150.             √  On-Board SCSI
  1151.                ESDI
  1152.  
  1153.  
  1154.  ──────────────────────────────█ Video chipset █───────────────────────────────
  1155.  
  1156.                                                              Video memory
  1157.        Manufacturer           Type                          size detection
  1158.      ┌──────────────────────┬─────────────────────────────────────┬┴┐
  1159.      │ Acer                 │ ALi M3145                           │X│
  1160.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1161.      │ Alliance             │ Pro Motion 3210                     │X│
  1162.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1163.      │ ARK Logic            │ ARK1000VL                           │X│
  1164.      │                      │ ARK1000PV                           │X│
  1165.      │                      │ ARK2000PV                           │X│
  1166.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1167.      │ Avance Logic         │ ALG2101                             │X│
  1168.      │                      │ ALG2201                             │X│
  1169.      │                      │ ALG2228                             │X│
  1170.      │                      │ ALG2301                             │X│ √
  1171.      │                      │ ALG2302                             │X│
  1172.      │                      │ ALG2364                             │X│
  1173.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1174.      │ Ahead                │ V5000 A                             │X│
  1175.      │                      │ V5000 B                             │X│
  1176.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1177.      │ ATI                  │ 18800                               │X│
  1178.      │                      │ 18800-1                             │X│
  1179.      │                      │ 28800-2                             │X│
  1180.      │                      │ 28800-4                             │X│
  1181.      │                      │ 28800-5                             │X│
  1182.      │                      │ 28800-6                             │X│
  1183.      │                      │ 38800-1 (Mach8)                    ?│?│
  1184.      │                      │ 68800 (Mach32)                      │X│
  1185.      │                      │ 88800GX (Mach64)                    │X│
  1186.      │                      │ 88800CX (Mach64)                    │X│
  1187.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1188.      │ Chips & Technologies │ 82C450                              │X│
  1189.      │                      │ 82C451                              │X│ √
  1190.      │                      │ 82C452                              │X│
  1191.      │                      │ 82C453                              │X│
  1192.      │                      │ 82C455                              │X│
  1193.      │                      │ 82C456                              │X│
  1194.      │                      │ 82C457                              │X│
  1195.      │                      │ F65510                              │X│
  1196.      │                      │ F65520                              │X│
  1197.      │                      │ F65530                              │X│ √
  1198.      │                      │ F65535                              │X│
  1199.      │                      │ F65540                              │X│
  1200.      │                      │ F65545                              │X│
  1201.      │                      │ F65548                              │X│
  1202.      │                      │ 64300 WinGine                       │X│
  1203.      │                      │ 64310 WinGine                       │X│
  1204.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1205.      │ Cirrus Logic         │ VideoSeven                          │X│ √
  1206.      │                      │ CL-GD510 and CL-GD520               │X│ √
  1207.      │                      │ CL-GD610 and CL-GD620               │X│ √
  1208.      │                      │ CL-GD5320                           │X│
  1209.      │                      │ CL-GD5401                           │X│
  1210.      │                      │ CL-GD5402                           │X│
  1211.      │                      │ CL-GD5402 (AVGA2)                   │X│
  1212.      │                      │ CL-GD5402 rev1                      │X│
  1213.      │                      │ CL-GD5410                           │X│
  1214.      │                      │ CL-GD5420                           │X│
  1215.      │                      │ CL-GD5420 rev1                      │X│
  1216.      │                      │ CL-GD5422                           │X│
  1217.      │                      │ CL-GD5422-75A                       │X│
  1218.      │                      │ CL-GD5422-80                        │X│
  1219.      │                      │ CL-GD5424                           │X│
  1220.      │                      │ CL-GD5426                           │X│
  1221.      │                      │ CL-GD5426-80                        │X│ √
  1222.      │                      │ CL-GD5428                           │X│
  1223.      │                      │ CL-GD5428-80                        │X│ √
  1224.      │                      │ CL-GD5428-80A                       │X│ √
  1225.      │                      │ CL-GD5429                           │X│
  1226.      │                      │ CL-GD5430                           │X│
  1227.      │                      │ CL-GD5432                           │X│
  1228.      │                      │ CL-GD5434 (Alpine)                  │X│
  1229.      │                      │ CL-GD5434-HC-C (Alpine)             │X│
  1230.      │                      │ CL-GD5436                           │X│
  1231.      │                      │ CL-GD5452 (Northstar)               │X│
  1232.      │                      │ CL-GD7541 Nordic Lite               │X│
  1233.      │                      │ CL-GD7542 Nordic                    │X│
  1234.      │                      │ CL-GD7543 Viking                    │X│
  1235.      │                      │ CL-GD6205                           │X│
  1236.      │                      │ CL-GD6215                           │X│
  1237.      │                      │ CL-GD6225                           │X│
  1238.      │                      │ CL-GD6235                           │X│
  1239.      │                      │ CL-GD6410                           │X│
  1240.      │                      │ CL-GD6412                           │X│
  1241.      │                      │ CL-GD6416                           │X│
  1242.      │                      │ CL-GD6420                           │X│
  1243.      │                      │ CL-GD6440                           │X│ √
  1244.      │                      │ CL-GD6450                           │X│
  1245.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1246.      │ Compaq               │ IVGS                                │X│
  1247.      │                      │ AVGA                                │X│
  1248.      │                      │ QVision 1024                        │X│
  1249.      │                      │ QVision 1280                        │X│
  1250.      │                      │ Advanced VGA Port                   │X│
  1251.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1252.      │ Hualon               │ HM86304                             │X│
  1253.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1254.      │ IIT                  │ AGX-010/011                         │x│
  1255.      │                      │ AGX-014                             │x│
  1256.      │                      │ AGX-015                             │x│
  1257.      │                      │ AGX-016                             │x│
  1258.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1259.      │ Matrox               │ MGA-II (IS-TITAN+IS-DUBIC)          │-│
  1260.      │                      │ MGA 64 (IS-HELENA)                  │-│
  1261.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1262.      │ Mediavision          │ MVV452                              │x│
  1263.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1264.      │ MXIC                 │ 86000                               │X│
  1265.      │                      │ 86010                               │X│
  1266.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1267.      │ NCR                  │ 77C21                               │x│
  1268.      │                      │ 77C22                               │x│
  1269.      │                      │ 77C22E                              │x│
  1270.      │                      │ 77C22E+                             │x│
  1271.      │                      │ 77C32BLT                            │x│
  1272.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1273.      │ Number Nine          │ Imagine128                          │X│
  1274.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1275.      │ OAK                  │ OTI-037                             │X│ √
  1276.      │                      │ OTI-057                             │X│ √
  1277.      │                      │ OTI-067                             │X│ √
  1278.      │                      │ OTI-077                             │X│
  1279.      │                      │ OTI-083                             │X│
  1280.      │                      │ OTI-087                             │X│
  1281.      │                      │ OTI-O107 Spitfire                   │ │
  1282.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1283.      │ Paradise             │ PVGA1A                              │X│
  1284.      │                      │ PVGA1B (WD90C00)                    │X│
  1285.      │                      │ WD90C10                             │X│
  1286.      │                      │ WD90C11                             │X│
  1287.      │                      │ WD90C20                             │X│
  1288.      │                      │ WD90C20A                            │X│
  1289.      │                      │ WD90C22                             │X│
  1290.      │                      │ WD90C24                             │X│ √
  1291.      │                      │ WD90C26                             │X│
  1292.      │                      │ WD90C30                             │X│ √
  1293.      │                      │ WD90C31                             │X│
  1294.      │                      │ WD90C33                             │X│
  1295.      │                      │ WD90C35                             │X│
  1296.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1297.      │ Primus               │ P2000 Accelerator                   │x│
  1298.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1299.      │ RealTek              │ RT-3103                             │X│
  1300.      │                      │ RT-3105                             │X│
  1301.      │                      │ RT-3106                             │X│
  1302.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1303.      │ S3                   │ 86C911                              │X│
  1304.      │                      │ 86C924                              │X│
  1305.      │                      │ 86C928 C                            │X│
  1306.      │                      │ 86C928 D                            │X│
  1307.      │                      │ 86C928 E                            │X│
  1308.      │                      │ 86C801 A/B (ISA)                    │X│
  1309.      │                      │ 86C805 A/B (VLB)                    │X│
  1310.      │                      │ 86C801 C (ISA)                      │X│
  1311.      │                      │ 86C805 C (VLB)                      │X│ √
  1312.      │                      │ 86C801 D (ISA)                      │X│
  1313.      │                      │ 86C805-P (VLB)                      │X│ √
  1314.      │                      │ 86C928 PCI                          │X│ √
  1315.      │                      │ Vision864(TM) (86C864)              │X│
  1316.      │                      │ Vision864(TM) (86C864-P)            │X│ √
  1317.      │                      │ Vision964(TM) (86C964)              │X│
  1318.      │                      │ Vision964(TM) (86C964-P)            │X│
  1319.      │                      │ Trio32(TM) (86C732-P)               │X│ √
  1320.      │                      │ Trio64(TM) (86C764-P)               │X│
  1321.      │                      │ Vision866(TM) (86C866-P)            │X│
  1322.      │                      │ Vision868(TM) (86C868-P)            │X│
  1323.      │                      │ Vision968(TM) (86C968-P)            │X│ √
  1324.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1325.      │ Sierra Semiconductor │ SC15064                             │ │
  1326.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1327.      │ SiS                  │ 86c201                              │X│
  1328.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1329.      │ Trident              │ 8800BR                              │X│
  1330.      │                      │ 8800CS                              │X│
  1331.      │                      │ 8900C                               │X│ √
  1332.      │                      │ 9000                                │X│ √
  1333.      │                      │ 8900CL/8900D/9000C                  │X│ √
  1334.      │                      │ 9010i                               │X│
  1335.      │                      │ 8900CXr                             │X│
  1336.      │                      │ LCD9100B                            │X│
  1337.      │                      │ 8900CLi                             │X│
  1338.      │                      │ LX9200                              │X│
  1339.      │                      │ LCD9100                             │X│
  1340.      │                      │ 8900CXi                             │X│
  1341.      │                      │ GUI9210                             │X│
  1342.      │                      │ GUI9430                             │X│
  1343.      │                      │ GUI9420DGi                          │X│ √
  1344.      │                      │ GUI9440AGi                          │X│ √
  1345.      │                      │ GUI9660XGi                          │X│
  1346.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1347.      │ Tseng Labs           │ ET3000                              │x│
  1348.      │                      │ ET4000                              │X│
  1349.      │                      │ ET4000/W32                          │X│
  1350.      │                      │ ET4000/W32i Rev. A                  │X│
  1351.      │                      │ ET4000/W32i Rev. B                  │X│
  1352.      │                      │ ET4000/W32i Rev. C                  │X│
  1353.      │                      │ ET4000/W32p Rev. A                  │X│
  1354.      │                      │ ET4000/W32p Rev. B                  │X│
  1355.      │                      │ ET4000/W32p Rev. C                  │X│ √
  1356.      │                      │ ET4000/W32p Rev. D                  │X│ √
  1357.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1358.      │ UMC                  │ 85c408                              │X│
  1359.      │                      │ 85c418                              │X│
  1360.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1361.      │ Video Seven          │ Vega VGA                            │X│ √
  1362.      │                      │ VRAM                                │X│
  1363.      │                      │ FastWrite                           │X│
  1364.      │                      │ VGA version 5                       │X│
  1365.      │                      │ 1024i                               │X│
  1366.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1367.      │ Weitek               │ W5086+POWER 9000                    │?│
  1368.      │                      │ W5186+POWER 9000                    │?│
  1369.      │                      │ W5286+POWER 9000                    │?│
  1370.      │                      │ POWER 9100                          │?│
  1371.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1372.      │ Yamaha               │ 6388 VPDC                           │-│
  1373.      └──────────────────────┴─────────────────────────────────────┴─┘
  1374.  
  1375.  
  1376.  ────────────────────────────────█ Video Card █────────────────────────────────
  1377.  
  1378.  
  1379.                                          Video memory size detection ┐
  1380.        Manufacturer           Model                     Used Chipset │
  1381.      ┌──────────────────────┬────────────────────────┬──────┴───────┬┴┐
  1382.      │ Acer                 │ ALi CAT-64             │  Acer M3145  │X│
  1383.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1384.      │ AT&T                 │ DEB                    │      ?       │?│
  1385.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1386.      │ ATI                  │ VGA Wonder+            │ ATI 28800-2  │X│
  1387.      │                      │ VGA Wonder XL          │ ATI 28800-4  │X│
  1388.      │                      │ VGA Wonder XL24        │ ATI 28800-6  │X│
  1389.      │                      │ VGA Graphics/Ultra     │ ATI 28800-5  │X│
  1390.      │                      │ Graphics Ultra         │  ATI Mach8   │?│
  1391.      │                      │ Graphics Vantage       │  ATI Mach8   │?│
  1392.      │                      │ Graphics Ultra Pro 3   │ ATI 68800-3  │X│
  1393.      │                      │ Graphics Ultra Pro 6   │ ATI 68800-6  │X│
  1394.      │                      │ Graphics Ultra Pro AX  │ ATI 68800-AX │X│
  1395.      │                      │ Graphics Ultra Pro LX  │ ATI 68800-LX │X│
  1396.      │                      │ Graphics Pro Turbo     │  ATI Mach64  │X│
  1397.      │                      │ Graphics Xpression Pro │  ATI Mach64  │X│
  1398.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1399.      │ Cardex               │ <Probably all cards>   │     ...      │X│ √
  1400.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1401.      │ Diamond              │ SpeedStar              │    ET4000    │X│
  1402.      │                      │ SpeedStar 24           │    ET4000    │X│
  1403.      │                      │ SpeedStar Plus         │    ET4000    │X│
  1404.      │                      │ SpeedStar 24X          │    WD90C31   │X│
  1405.      │                      │ SpeedStar PRO          │   CL-GD5422  │X│
  1406.      │                      │ SpeedStar64            │   CL-GD5434  │X│
  1407.      │                      │ Stealth VLB            │   S3 86C805  │X│
  1408.      │                      │ Stealth24              │   S3 86C805  │X│
  1409.      │                      │ Stealth Pro            │   S3 86C928  │X│
  1410.      │                      │ Stealth VRAM           │   S3 86C911  │X│
  1411.      │                      │ Stealth32              │  ET4000/W32p │X│
  1412.      │                      │ Stealth64 DRAM VLB/PCI │ S3 Vision864 │X│
  1413.      │                      │ Stealth64 VRAM VLB/PCI │ S3 Vision964 │X│
  1414.      │                      │ Stealth64 Video DRAM   │S3 868 /Trio64│X│
  1415.      │                      │ Stealth64 Video VRAM   │ S3 Vision968 │X│ √
  1416.      │                      │ Stealth SE             │   S3 Trio32  │X│
  1417.      │                      │ Stealth 2001           │  ARK2000PV   │X│
  1418.      │                      │ Viper VLB/PCI          │ Weitek P9000 │X│
  1419.      │                      │ Viper SE               │ Weitek P9100 │x│
  1420.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1421.      │ Everex               │ ViewPoint              │Trident 8800CS│X│
  1422.      │                      │ Ultragraphics II       │Trident 8800CS│X│
  1423.      │                      │ Vision VGA             │Trident 8800CS│X│
  1424.      │                      │ EVGA                   │Trident 8800CS│X│
  1425.      │                      │ ViewPoint TC           │    ET4000    │X│
  1426.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1427.      │ Genoa                │ 5100/5200              │    ET3000    │X│
  1428.      │                      │ 5300/5400              │    ET3000    │X│
  1429.      │                      │ 6100                   │  Genoa GVGA  │X│
  1430.      │                      │ 6200/6300              │  Genoa GVGA  │X│
  1431.      │                      │ 6400/6600              │  Genoa GVGA  │X│
  1432.      │                      │ 7900                   │   ET4000AX   │X│
  1433.      │                      │ 8500/8600              │   CL-GD5426  │X│
  1434.      │                      │ 8900                   │   CL-GD5426  │X│
  1435.      │                      │ Phantom 32i 8900 PCI   │  ET4000/W32p │X│
  1436.      │                      │ Phantom 64 8864        │ S3 Vision864 │X│
  1437.      │                      │ Phantom Pro            │ S3 Vision968 │X│
  1438.      │                      │ VideoBlitz 9500        │ Weitek P9100 │?│
  1439.      │                      │ VideoBlitz III AV      │ S3 Vision968 │X│
  1440.      │                      │ Hornet II              │  ARK1000PV   │X│
  1441.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1442.      │ Hercules             │ Graphite Card          │  IIT AGX-014 │x│
  1443.      │                      │ Graphite VL/PRO        │  IIT AGX-015 │x│
  1444.      │                      │ Graphite PRO           │  IIT AGC-015 │x│
  1445.      │                      │ Dynamite VL            │  ET4000/W32  │X│
  1446.      │                      │ Dynamite Card          │  ET4000/W32  │X│
  1447.      │                      │ Dynamite VL Pro        │  ET4000/W32i │X│
  1448.      │                      │ Dynamite Pro           │  ET4000/W32i │X│
  1449.      │                      │ Dynamite PCI Pro       │  ET4000/W32p │X│
  1450.      │                      │ Dynamite PowerVL Pro   │  ET4000/W32p │X│
  1451.      │                      │ Graphics Station      ?│   TMS 34010  │ │
  1452.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1453.      │ Hercules (MDA)       │ Incolor                │      -       │ │
  1454.      │                      │ Graphics Plus          │      -       │ │
  1455.      │                      │ Graphics Card          │      -       │ │ √
  1456.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1457.      │ Matrox MGA           │ Impression/PRO/Ultima  │ MGA-I (Atlas)│-│
  1458.      │                      │ Ultima Plus            │MGA-II (Titan)│-│
  1459.      │                      │ Impression Lite/Plus   │MGA 64(Helena)│-│
  1460.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1461.      │ Mediavision          │ Pro Graphics 1024      │    MVV452    │x│
  1462.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1463.      │ miro                 │ <Probably all cards>   │    <many>    │X│ √
  1464.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1465.      │ Number Nine          │ #9GXE                  │  S3 86C928   │X│
  1466.      │                      │ #9GXE64                │  S3 86C864   │X│
  1467.      │                      │ #9GXE64 PRO            │  S3 86C964   │X│
  1468.      │                      │ VISION FX330           │  S3 Trio64   │X│
  1469.      │                      │ MOTION FX531           │ S3 Vision868 │X│
  1470.      │                      │ MOTION FX771           │ S3 Vision968 │X│
  1471.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1472.      │ Orchid               │ ProDesigner            │      ?       │?│
  1473.      │                      │ ProDesigner II         │      ?       │?│
  1474.      │                      │ ProDesigner IIs        │    ET4000    │X│
  1475.      │                      │ P9000 VLB              │ Weitek P9000 │?│
  1476.      │                      │ Celsius VLB            │ IIT AGX-015  │x│
  1477.      │                      │ Fahrenheit VA          │  S3 86C801/5 │X│
  1478.      │                      │ Fahrenheit 1280        │  S3 86C801/5 │X│
  1479.      │                      │ Fahrenheit 1280 Plus   │  S3 86C801/5 │X│ √
  1480.      │                      │ Kelvin 64 ISA/VLB/PCI  │  CL-GD5434   │X│
  1481.      │                      │ Kelvin EZ VLB/PCI      │  CL-GD5430   │X│
  1482.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1483.      │ Sierra Semiconductor │ Falcon/64              │Sierra SC15064│-│
  1484.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1485.      │ SPEA                 │ V7-Mirage              │  S3 86C801/5 │X│
  1486.      │                      │ V7-Mirage P-64         │   S3 86C864  │x│
  1487.      │                      │ V7-Mercury             │   S3 86C928  │X│
  1488.      │                      │ V7-Mercury PCI         │ S3 86C928PCI │X│
  1489.      │                      │ V7-Mercury Lite PCI    │ S3 86C928PCI │X│
  1490.      │                      │ V7-VEGA                │   CL-GD5426  │X│
  1491.      │                      │ Showtime Plus          │  ET4000/W32p │X│
  1492.      └──────────────────────┴────────────────────────┴──────────────┴─┘
  1493.  
  1494.  
  1495.  
  1496.  ─────────────────────────█ RISC Video Accelerator █───────────────────────────
  1497.  
  1498.      Processors: Intel i860        ! Detection currently disabled !
  1499.                  TMS 340x0 (TIGA)    ! Detection currently disabled !
  1500.                  Hitachi HD63484 (ACRTC)
  1501.  
  1502.                                 Boards:
  1503.      ┌──────────────────────┬────────────────────────┬──────────────┐
  1504.      │ Hewlett-Packard TIGA │ IGC-20 A1083A          │     TMS      │
  1505.      │                      │ IGC-20 A1086A          │     TMS      │
  1506.      ├──────────────────────┼────────────────────────┼──────────────┤
  1507.      │ NEC             TIGA │ MultiSync Graphics Eng.│     TMS      │
  1508.      ├──────────────────────┼────────────────────────┼──────────────┤
  1509.      │ SPEA GRAPHITI        │ Painter 1              │    ACRTC     │
  1510.      │                      │ Painter 2              │    ACRTC     │
  1511.      │                      │ Painter 3              │    ACRTC     │
  1512.      │                      │ Sprayer                │    ACRTC     │
  1513.      │                      │ Gallery 1              │    ACRTC     │
  1514.      │                      │ Gallery 2              │    ACRTC     │
  1515.      │                      │ Gallery S              │    ACRTC     │
  1516.      │                      │ Painter 1+             │    ACRTC     │
  1517.      │                      │ Flash 1 P              │    ACRTC     │
  1518.      │                      │ Flash 1 G2             │    ACRTC     │
  1519.      │                      │ Flash 1 GS             │    ACRTC     │
  1520.      │                      │ Flash 2                │    ACRTC     │
  1521.      │                      │ Flash 3                │    ACRTC     │
  1522.      │                      │ Gallery 2-HE           │    ACRTC     │
  1523.      │                      │ Gallery S-HE           │    ACRTC     │
  1524.      │                      │ Flash 1G2-HE           │    ACRTC     │
  1525.      │                      │ Flash 1GS-HE           │    ACRTC     │
  1526.      │                      │ GX                     │    i860      │
  1527.      │                      │ FIRE                   │TMS 34020+i860│
  1528.      │                      │ Fire                   │  TMS 34020  ?│
  1529.      │                      │ FGA-1                  │  TMS 34020   │
  1530.      │                      │ FGA-4                  │  TMS 34020   │
  1531.      │                      │ CASCADE                │  TMS 34020   │
  1532.      │                      │ HiLite                 │  TMS 34020   │
  1533.      │                      │ HiLite-4               │  TMS 34020   │
  1534.      │                      │ HiLite1024             │  TMS 34020   │ √
  1535.      │                      │ FGA860-1               │  TMS 34020   │
  1536.      │                      │ FGA860-4               │  TMS 34020   │
  1537.      │                      │ CASCADE/FIRE           │TMS 34020+i860│
  1538.      │                      │ FGA860-1/GX            │TMS 34020+i860│
  1539.      │                      │ FGA860-4/GX            │TMS 34020+i860│
  1540.      └──────────────────────┴────────────────────────┴──────────────┘
  1541.  
  1542.  
  1543.  
  1544.  ────────────────────────────────█ Video DAC █─────────────────────────────────
  1545.  
  1546.                   √  None
  1547.                   √  Standard VGA
  1548.                      Sierra SC11481/6/8 HiColor
  1549.                      Sierra SC11482/3/4 HiColor
  1550.                      Sierra SC11485/7/9 DirectColor
  1551.                      Sierra SC15020 TrueColor
  1552.                      Sierra SC15021 TrueColor
  1553.                      Sierra SC15025 TrueColor
  1554.                      Sierra SC15026 TrueColor
  1555.                      Sierra SC15064 Internal TrueColor
  1556.                      Sierra (Unknown type)
  1557.                      Music MU9c1880 (SS2410) TrueColor
  1558.                      Music MU9c4870 DirectColor
  1559.                      Music MU9c4910 TrueColor
  1560.                   √  AT&T ATT 20c490 TrueColor
  1561.                   √  AT&T ATT 20c491 TrueColor
  1562.                   √  AT&T ATT 20c492/3, WinBond 82c490 DirectColor
  1563.                      AT&T ATT 20c504 TrueColor
  1564.                      AT&T ATT 20c505 TrueColor
  1565.                      AT&T ATT 21c498 TrueColor
  1566.                      AT&T ATT 22c498 TrueColor
  1567.                      Acumos ADAC1 TrueColor
  1568.                      Cirrus Internal 8-bit
  1569.                      Cirrus Internal DirectColor
  1570.                   √  Cirrus Internal CL24 TrueColor
  1571.                      Cirrus CL-GD5453 TrueColor
  1572.                      CHRONTEL CH8391
  1573.                      CHRONTEL CH8398
  1574.                      IC Works W30c516
  1575.                      OAK 66HC DirectColor
  1576.                      SGS/Inmos STG1700 TrueColor
  1577.                      SGS/Inmos STG1702 TrueColor
  1578.                      SGS/Inmos STG1703 TrueColor
  1579.                      SGS/Inmos (Unknown type)
  1580.                      ICS5301 GENDAC TrueColor
  1581.                      ICS5341 GENDAC TrueColor
  1582.                      ICS5342 GENDAC TrueColor
  1583.                      S3 86c716 (SDAC) TrueColor
  1584.                   √  S3 Trio32(TM) Internal TrueColor
  1585.                      S3 Trio64(TM) Internal TrueColor
  1586.                   √  Trident TDK8001 or Internal TrueColor
  1587.                      Avance Logic ALG1201 TrueColor
  1588.                      Avance Logic ALG1301 TrueColor
  1589.                      UMC UM70c178 DirectColor
  1590.                      UMC UM70c188 TrueColor
  1591.                      BrookTree Bt481 TrueColor
  1592.                   √  BrookTree Bt482 TrueColor
  1593.                      BrookTree Bt484 TrueColor
  1594.                      BrookTree Bt485 TrueColor
  1595.                      BrookTree Bt477 TrueColor
  1596.                      Texas Instruments TVP3010 TrueColor
  1597.                      Texas Instruments TVP3020 TrueColor
  1598.                      Texas Instruments TVP3024 TrueColor
  1599.                      Texas Instruments TVP3025 TrueColor
  1600.                      Texas Instruments TVP3026 TrueColor
  1601.                      TI TLC34075, ATI68875, Bt885 TrueColor
  1602.                      TI TLC34076 TrueColor
  1603.                      Chips & Technologies Internal
  1604.                      IBM RGB524 TrueColor
  1605.                      IBM RGB525 TrueColor
  1606.                      Mediavision MVV462
  1607.                      Edsun Labs CEG rev. x DAC
  1608.  
  1609.  
  1610. ATI DACs:            ATI Spectra DAC 68830
  1611.                      ATT 20c491 DirectColor
  1612.                      TLC34075 / ATI 68875 TrueColor
  1613.                      Brooktree Bt476/8
  1614.                      Brooktree Bt481
  1615.                      ATI Spectra DAC 68860 / 68880 TrueColor
  1616.                      SGS/Inmos STG1700
  1617.                      SGS/Inmos STG1702 / Sierra SC15021
  1618.  
  1619.  
  1620.  
  1621.  ──────────────────────────────█ CPU Features █────────────────────────────────
  1622.  
  1623.  
  1624.                 - FPU on Chip
  1625.                 - Enhanced Virtual-86 Mode
  1626.                 - I/O Breakpoints
  1627.                 - Page Size Extensions
  1628.                 - Time Stamp Counter
  1629.                 - Pentium Processor-style Model Specific Registers
  1630.                 - Machine Check Exception
  1631.                 - CMPXCHG8B Instruction
  1632.                 - APIC on chip (Advanced Programmable Interrupt Controller)
  1633.  
  1634. Note: Available only on CPUs, which support CPUID instruction (Fn 1).
  1635.       (see Comments about which CPUs support CPUID)
  1636.       √
  1637.  
  1638.  
  1639.  
  1640.  ───────────█ Another Hardware Devices and ISA/VLB Expansion Cards █───────────
  1641.  
  1642.  
  1643.                  3Com DOS Network Adapter
  1644.                  3Com EtherLink II Adapter
  1645.                  3Com EtherLink III 3C509B Adapter
  1646.                  3Com EtherLink III 3C509B-TP Adapter
  1647.                  3Com EtherLink III 3C509B-TPO Adapter
  1648.                  3Com EtherLink III 3C509B-Combo Adapter
  1649.                  AMD Am2100 LANCE Ethernet Adapter
  1650.                  Intel EtherExpress 16 card
  1651.                  Racal-Datacom Ethernet Network
  1652.                  IBM Token Ring Network Adapter
  1653.                  HPLANE Network Adapter
  1654.                  HPLANP Network Adapter
  1655.                  Tulip NCC16 Network Adapter
  1656.                  Digital Ethernet PC Adapter (DE100-102, DE200-202, DE210-212)
  1657.                  Stacker AT/16 Compression Card
  1658.                  Adaptec AHA-1540 (16 head BIOS) SCSI Host
  1659.                  Adaptec AHA-1540 (64 head BIOS) SCSI Host
  1660.                  Adaptec AHA-154xA/154xB SCSI Host
  1661.               √  Adaptec AHA-1540C/1542C SCSI Host
  1662.               √  Adaptec AHA-1540CF/1542CF SCSI Host
  1663.                  Adaptec AHA-1640 SCSI Host
  1664.                  Adaptec AHA-1510/AIC-6260 SCSI Host
  1665.                  Adaptec AHA-1510/AIC-6360 SCSI Host
  1666.                  Adaptec AHA-1520/1522 [AIC-6360] SCSI Host
  1667.                  Adaptec AHA-2840VL/2842VL SCSI Host
  1668.                  Adaptec AIC-7770 SCSI Host
  1669.                  Adaptec AHA-2740 SCSI Host
  1670.                  Always Technologies IN-2000 SCSI Host Adapter
  1671.                  Tranton T128/228 SCSI Host Adpater
  1672.                  Tranton T130B SCSI Host Adapter
  1673.                  UltraStor U14F SCSI Host Adapter
  1674.                  MICOM-Interlan NI5210 Adapter
  1675.               √  Western Digital Ethernet Card
  1676.               √  VIA VT83C461 E-IDE Disk Controller
  1677.               √  PCMCIA Adapter
  1678.                  Promise Technology EIDE2300PLUS VLB Disk Controller
  1679.  
  1680.  
  1681.  
  1682.  ─────────────────────────────█ BIOS Extensions █──────────────────────────────
  1683.  
  1684.               √  Adaptec SCSI BIOS
  1685.               √  BALLARD SYNERGY SCSI BIOS
  1686.                  GCS SCSI BIOS
  1687.                  UltraStor ESDI BIOS
  1688.                  Future Domain SCSI BIOS
  1689.                  Seagate SCSI BIOS
  1690.                  Promise Technology IDE BIOS
  1691.                  Western Digital WD1007A SCSI BIOS
  1692.               √  Data Care DC-600A/DC-620A Disk Cache Controller
  1693.               √  <Universal detection of all NCR PCI SCSI BIOSes and chips>
  1694.  
  1695.  
  1696.  ───────────────────────█ EISA & PnP Expansion Cards █────────────────────────
  1697.  
  1698.             3Com EtherLink III EISA 3C579 Network Adapter
  1699.             3Com EtherLink III EISA 3C579-TP Network Adapter
  1700.             3Com EtherLink III EISA Bus-Master Ethernet Adapter
  1701.             3Com EtherLink III ISA 3C509 Network Adapter
  1702.             3Com EtherLink III ISA 3C509-Combo Network Adapter
  1703.             3Com EtherLink III ISA 3C509-TP Network Adapter
  1704.             3Com EtherLink III ISA 3C509-TPO Network Aadpter
  1705.             3Com Fast Etherlink 10/100Mb EISA Bus-Master Ethernet Card
  1706.             3Com TokenLink III 3C619B ISA Adapter
  1707.             Acculogic EISApport SCSI Host Adapter
  1708.             Adaptec AHA-1502 SCSI Host Adapter
  1709.             Adaptec AHA-1510 SCSI Host Adapter
  1710.             Adaptec AHA-152X/AHA-1510 SCSI Host Adapter
  1711.             Adaptec AHA-152X/AHA-1510 SCSI Host Adapter
  1712.             Adaptec AHA-1540/1542 ISA SCSI Host Adapter
  1713.             Adaptec AHA-154X Plug-and-Play SCSI Host Adapter
  1714.             Adaptec AHA-154X/AHA-164X SCSI Host Adapter
  1715.             Adaptec AHA-1740 SCSI Host Adapter (Early Revision)
  1716.             Adaptec AHA-1740A/1742A SCSI Host Adapter (without floppy)
  1717.             Adaptec AHA-1742A SCSI Host Adapter (with floppy)
  1718.             Adaptec AHA-1744 Differential SCSI Host Adapter
  1719.             Adaptec AHA-174X EISA Host Adapter
  1720.             Adaptec AHA-274X EISA SCSI Host Adapter
  1721.             Adaptec AHA-284X VESA SCSI Host Adapter
  1722.             Adaptec AIC-6X60 ISA Single-Chip SCSI Controller
  1723.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1724.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1725.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1726.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1727.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1728.             Adaptec AIC-777X EISA SCSI Host Adapter
  1729.             Adaptec APA-1460 SCSI Host Adapter
  1730.             Adaptec AVA-1505 SCSI Host Adapter
  1731.             Adaptec AVA-1515 SCSI Host Adapter
  1732.             Allied Telesyn AT1510 Ethernet Adapter
  1733.             AMD PCNET Family Ethernet Adapter/ISA+
  1734.             AMI Baby EISA
  1735.             AMI Enterprise I
  1736.             AMI Enterprise I Rev-B
  1737.             AMI Enterprise II
  1738.             AMI Enterprise III
  1739.             AMI Enterprise IV
  1740.             AMI EZ-Flex Base Board
  1741.             AMI FastView
  1742.             AMI Series-15 Host/A BIOS 1.10
  1743.             AMI Series-15 Host/A BIOS 1.20+
  1744.             AMI Series-44 Host/A BIOS 1.10
  1745.             AMI Series-44 Host/A BIOS 1.20+
  1746.             AMI Series-441 Host/A BIOS 1.20+
  1747.             AMI Series-48 Host/A
  1748.             AMI Series-70 Host/A
  1749.             AT&T
  1750.             ATI Graphics Ultra Pro EISA Video Card
  1751.             Boca Research BOCALANcard
  1752.             BusLogic EISA-to-SCSI 32-bit Bus Master Host Adapter+FDC
  1753.             BusLogic MultiMaster SCSI Host Adapters
  1754.             Compaq 32-Bit DualSpeed Token Ring Controller
  1755.             Compaq Advanced ESDI Controller
  1756.             Compaq Communications Port
  1757.             Compaq Deskpro 486/50 System Memory Board
  1758.             Compaq Deskpro XL Processor Board
  1759.             Compaq ECP Printer Port
  1760.             Compaq EISA 32-Bit Fast SCSI-2 Controller
  1761.             Compaq EISA Advanced VGA Video Card
  1762.             Compaq Floppy Disk Controller
  1763.             Compaq IDE Controller
  1764.             Compaq Integrated 32-Bit Fast SCSI-2 Controller
  1765.             Compaq MiniStation/EN
  1766.             Compaq MiniStation/TR
  1767.             Compaq NetFlex ENET/TR Controller
  1768.             Compaq NetFlex-2 DualPort ENET Controller
  1769.             Compaq NetFlex-2 DualPort ENET Controller-Second Port
  1770.             Compaq NetFlex-2 DualPort Ethernet Adapter
  1771.             Compaq NetFlex-2 DualPort Token-Ring Adapter
  1772.             Compaq NetFlex-2 DualPort TR Controller
  1773.             Compaq NetFlex-2 DualPort TR Controller-Second Port
  1774.             Compaq NetFlex-2 ENET/TR Controller
  1775.             Compaq NetFlex-2 TR Controller
  1776.             Compaq Notebook Display (WD)
  1777.             Compaq PCMCIA Controller
  1778.             Compaq QVision 1024/E Video Card
  1779.             Compaq QVision 1024/E Video Card
  1780.             Compaq QVision 1280/E Video Card
  1781.             Compaq QVision 1280/I Video Card
  1782.             Compaq SCSI Controller
  1783.             Compaq SmartStation
  1784.             Databook DB86084 PCMCIA Plug-and-Play Controller
  1785.             Databook DB86184 PCMCIA Plug-and-Play Controller
  1786.             Databook DB86184 PCMCIA Plug-and-Play Controller
  1787.             Databook DB86804 PCMCIA Plug-and-Play Controller
  1788.             Databook ISA PCMCIA Controller
  1789.             DPT Corporation PM2011B1/9x ISA SCSI Host Adapters
  1790.             DPT Corporation PM2012B1 EISA SCSI Host Adapters
  1791.             DPT Corporation PM2012B1/9x EISA SCSI Host Adapters
  1792.             DPT Corporation PM2012B2 EISA SCSI Host Adapters
  1793.             DPT Corporation PM2012B2/9x EISA SCSI Host Adapters
  1794.             DPT Corporation PM2x22A EISA SCSI Host Adapters
  1795.             DPT Corporation Spectre chipset SCSI Adapters
  1796.             ESS ES688 AudioDrive and Game Controller
  1797.             Future Domain PNP-1630/1640 Plug-and-Play SCSI controller
  1798.             Future Domain TMC-1695 Plug-and-Play SCSI Host Adapter
  1799.             Future Domain TMC-1695 Plug-and-Play SCSI Host Adapter
  1800.             Future Domain TMC-18XX SIC-based SCSI Host Adapter
  1801.             Future Domain TMC-950 SIC-based SCSI Host Adapter
  1802.             Hewlett-Packard COM and LPT Ports Combo Card
  1803.             IBM Thinkpad Infrared Port
  1804.             IBM Thinkpad Infrared Port
  1805.             Intel EtherExpress PRO/10 (PnP Enabled)
  1806.             Intel TokenExpress EISA 16/4
  1807.             Iomega 8-bit PC2x SCSI Host Adapters except PC2F
  1808.             Iomega PC2F 8-bit SCSI Host Adapters
  1809.             Linksys Ether16 LAN Card
  1810.             Madge Smart 16/4 EISA Ringnode
  1811.             Madge Smart 16/4 ISA Client PnP Ringnode
  1812.             Matrox MGA Graphics Accelerator Card
  1813.             NEC EISA SCSI Host Adapter
  1814.             New Media Sound/SCSI II Multimedia Combo Card
  1815.             Novell/Antherm NE3200 or Compatible Network Adapter
  1816.             Novell/Antherm NE3200T Network Adapter
  1817.             Olicom EISA 16/4 Token-Ring Adapter
  1818.             Olicom Plug-and-Play Token-Ring ISA 16/4 (OC-3118)
  1819.             Plug-and-Play 3Com 3C503 EtherLink II/IITP Network Adapter
  1820.             Plug-and-Play 3Com 3C507 EtherLink 16 Network Adapter
  1821.             Plug-and-Play 3Com 3C509/B EtherLink III ISA Network Adapter
  1822.             Plug-and-Play 3Com 3C509B EtherLink III Network Adapter
  1823.             Plug-and-Play 3Com 3C619B TokenLink III ISA Network Adapter
  1824.             Plug-and-Play Advanced Power Management Support
  1825.             Plug-and-Play Advanced Programmable Interrupt Controller
  1826.             Plug-and-Play Always IN-2000 SCSI Host Adapter
  1827.             Plug-and-Play AMD AM2100/AM1500t Network Adapter
  1828.             Plug-and-Play AMD PCNET Family Ethernet Adapter (PCI&ISA)
  1829.             Plug-and-Play AMD PCNET Family Ethernet VL-Bus Adapter
  1830.             Plug-and-Play ATI Graphics Pro Turbo Video Adapter
  1831.             Plug-and-Play ATI Graphics Ultra Pro Video Adapter
  1832.             Plug-and-Play ATI Graphics Ultra Video Adapter
  1833.             Plug-and-Play ATI VGA Wonder Video Adapter
  1834.             Plug-and-Play BIOS
  1835.             Plug-and-Play Cirrus Logic CL-GD5429/3x Video Adapter
  1836.             Plug-and-Play Cirrus Logic Video Adapter
  1837.             Plug-and-Play Cirrus Logic Video Adapter
  1838.             Plug-and-Play Compaq Advanced VGA Video Adapter
  1839.             Plug-and-Play Compaq LTE Elite Support
  1840.             Plug-and-Play Compaq LTE Lite Support
  1841.             Plug-and-Play Compaq QVision 2000/2000+ Video Adapter
  1842.             Plug-and-Play Compaq QVision Video Adapter
  1843.             Plug-and-Play Cyrix SLiC MP Interrupt Controller
  1844.             Plug-and-Play DMA Controller
  1845.             Plug-and-Play Early Compaq Presario BIOS
  1846.             Plug-and-Play Early Compaq Prolinea BIOS
  1847.             Plug-and-Play EISA Bus
  1848.             Plug-and-Play EISA DMA Controller
  1849.             Plug-and-Play EISA Programmable Interrupt Controller
  1850.             Plug-and-Play EISA System Timer
  1851.             Plug-and-Play Exos 105 Network Adapter
  1852.             Plug-and-Play Floppy Controller
  1853.             Plug-and-Play Chips & Tech. Accelerator Video Adapter
  1854.             Plug-and-Play Chips & Tech. Video Adapter
  1855.             Plug-and-Play IBM XGA Video Adapter
  1856.             Plug-and-Play IBM XGA/2 Video Adapter
  1857.             Plug-and-Play IDE/ESDI Disk Ctrller (no serialization)
  1858.             Plug-and-Play Intel 82595-Based Ethernet Network Adapter
  1859.             Plug-and-Play Intel EtherExpress 16/16TP Network Adapter
  1860.             Plug-and-Play Intel EtherExpress PRO/10 Network Adapter
  1861.             Plug-and-Play Intel TokenExpress 16/4 Network Adapter
  1862.             Plug-and-Play Intel TokenExpress MCA 16/4 Network Adapter
  1863.             Plug-and-Play ISA Bus
  1864.             Plug-and-Play ISA Bus with VLB Slots
  1865.             Plug-and-Play Keyboard
  1866.             Plug-and-Play Madge Smart 16/4 PC Ringnode Network Adapter
  1867.             Plug-and-Play Madge Smart 16/4 Ringnode Network Adapter
  1868.             Plug-and-Play Matrox MGA Ultima/Impression Video Adapter
  1869.             Plug-and-Play MCA Bus
  1870.             Plug-and-Play MCA DMA Controller
  1871.             Plug-and-Play MCA Programmable Interrupt Controller
  1872.             Plug-and-Play MCA System Timer
  1873.             Plug-and-Play Modem
  1874.             Plug-and-Play Motherboard Resources
  1875.             Plug-and-Play Mouse
  1876.             Plug-and-Play NCR 77C22E Video Adapter
  1877.             Plug-and-Play NCR 77C32BLT Video Adapter
  1878.             Plug-and-Play Network Adapter
  1879.             Plug-and-Play Novell/Anthem NE1500T Network Adapter
  1880.             Plug-and-Play Novell/Anthem NE2100 Network Adapter
  1881.             Plug-and-Play Numeric Data Processor
  1882.             Plug-and-Play OAK Technology Video Adapter
  1883.             Plug-and-Play Olicom ISA 16/4 Token-Ring Network Adapter
  1884.             Plug-and-Play Parallel Port
  1885.             Plug-and-Play PC Speaker
  1886.             Plug-and-Play PCI Bus
  1887.             Plug-and-Play PCIC Compatible PCMCIA Controller
  1888.             Plug-and-Play Plus Hardcard II
  1889.             Plug-and-Play Plus Hardcard IIXL/EZ
  1890.             Plug-and-Play Programmable Interrupt Controller
  1891.             Plug-and-Play Pure Data PDI9025-32 Network Adapter
  1892.             Plug-and-Play RealTime Clock
  1893.             Plug-and-Play S3 86C911/86C924 Video Adapter
  1894.             Plug-and-Play S3 Video Adapter
  1895.             Plug-and-Play SCSI / CD-ROM Controller
  1896.             Plug-and-Play Serial Port
  1897.             Plug-and-Play Sound / Video / Multimedia
  1898.             Plug-and-Play Standard Display Adapter (VGA)
  1899.             Plug-and-Play Standard IDE/ESDI Hard Disk Controller
  1900.             Plug-and-Play System board
  1901.             Plug-and-Play System Board Extension for PnP BIOS
  1902.             Plug-and-Play System Timer
  1903.             Plug-and-Play Trantor Media Vision SCSI Host Controller
  1904.             Plug-and-Play Trantor T160 SCSI Host Adapter
  1905.             Plug-and-Play Trantor T348 Parallel SCSI Host Adapter
  1906.             Plug-and-Play Trantor T358 Parallel SCSI Host Adapter
  1907.             Plug-and-Play Trident  Video Adapter
  1908.             Plug-and-Play Tseng Labs ET4000 Video Adapter
  1909.             Plug-and-Play Tseng Labs ET4000 Video Adapter
  1910.             Plug-and-Play Tseng Labs ET4000/W32 Video Adapter
  1911.             Plug-and-Play Video Seven VRAM/VRAM II/1024i Video Adapter
  1912.             Plug-and-Play VLSI PCIC PCMCIA Ctrller (ELC Extensions)
  1913.             Plug-and-Play Western Digital Video Adapter
  1914.             Plug-and-Play Western Digital Video Adapter
  1915.             Proteon ProNET-4/16 EISA Token Ring (P1990) Plus
  1916.             Proteon ProNET-4/16 EISA Token Ring (P1990) Rev A1-A7
  1917.             Proteon ProNET-4/16 EISA Token Ring (P1990) Rev A8+
  1918.             Racal ES3210 EISA Adapter
  1919.             SMC EtherCard Elite Ultra 32 Adapter
  1920.             SMC SwapBox Family Plug and Play PCMCIA controller
  1921.             Sound Card
  1922.             Standard I/O Card (2xSerial, 1xParallel)
  1923.             Standard VGA Card
  1924.             SVE FD0421 EtherPlug-ISA
  1925.             SysKonnect SK-NET Flash Ethernet Adapter
  1926.             Tulip NCC-16 ISA+
  1927.             UltraStor 124F EISA SCSI Disk Array Controller
  1928.             UltraStor 14F ISA SCSI Host Adapter
  1929.             UltraStor 14FB ISA SCSI Host Adapter
  1930.             UltraStor 24F/24FA EISA SCSI Host Adapter
  1931.             UltraStor 34F/34FA VESA SCSI Host Adapter
  1932.             UltraStor 34FB VESA SCSI Host Adapter
  1933.             Vadem PCIC compatible Plug and Play PCMCIA controller
  1934.             Western Digital 7000EX EISA SCSI Host Adapter
  1935.             Zenith SCSI/IDE/Floppy EISA Controller Board
  1936.             Zenith Zeos EISA IDE Controller
  1937.  
  1938.  
  1939.  ───────────────────────────█ PCI Expansion Cards █────────────────────────────
  1940.  
  1941.          √  3Com EtherLink III 3C590 Bus-Master Adapter
  1942.             3Com Fast Etherlink 10/100MB Bus-Master Adapter
  1943.             ACC Microelectronics Pentium CPU/PCI Bridge
  1944.             Accton
  1945.             Acer 486 chipset with M1435 Video Adapter
  1946.             Acer Labs 486 CPU/PCI & PCI/ISA Bridge
  1947.             Acer Labs PCI IDE Controller
  1948.             Acer Labs PCI/ISA Bridge
  1949.             Acer Labs Pentium CPI/PCI Bridge
  1950.             Adaptec AHA-2944UW Ultra Wide SCSI-3 Host Adapter
  1951.             Adaptec AHA-294X/AIC-78XX Ultra Wide SCSI-3 Host Adapter
  1952.             Adaptec AHA-3940/3940W Fast/Wide SCSI-2 Host (1 Channel)
  1953.             Adaptec AHA-398X MultiFunction(tm) RAID Adatper (1 Channel)
  1954.             Adaptec AIC-2930 SCSI Controller
  1955.             Adaptec AIC-7850 SCSI Controller
  1956.             Adaptec AIC-7870 SCSI Controller
  1957.             Advanced Integration
  1958.             Advanced Peripherals
  1959.             Advanced System Products
  1960.             Achme
  1961.             Alacron
  1962.             Alaris
  1963.             Alcatel
  1964.             Alliance Pro Motion 3210 Video Adapter
  1965.             ALPS
  1966.             ALR
  1967.             Altos
  1968.             AMD PCI SCSI Controller
  1969.             AMD PCNET Family Ethernet Adapter (PCI&ISA)
  1970.             AMI
  1971.             AMP
  1972.             Anigma
  1973.             Appian PCI IDE Controller
  1974.             Apple
  1975.             Applied Micro
  1976.             Aptix
  1977.             ARK Logic ARK1000PV Video Adapter
  1978.          √  ARK Logic ARK2000PV Video Adapter
  1979.             Artists
  1980.             ASCII Corporation
  1981.             AST
  1982.             Asustek
  1983.             Aten
  1984.             ATI Graphics Pro Turbo (88800CX) Video Adapter
  1985.             ATI Graphics Pro Turbo (88800GX) Video Adapter
  1986.             ATI Graphics Pro Turbo Video Adapter
  1987.             ATI Graphics Ultra Pro (68800AX) Video Adapter
  1988.             Atmel
  1989.             Atronics
  1990.             Auspex
  1991.             Autologic
  1992.          √  Avance Logics ALG2301 Video Adapter
  1993.             Avance Logics ALG2302 Video Adapter
  1994.             Avance Logics ALG2364 Video Adapter
  1995.             Award
  1996.             BCM
  1997.             Benchmarq
  1998.             Berg
  1999.             Bit3
  2000.             Boca Research
  2001.             BrookTree
  2002.             Burndy
  2003.             BusLogic MultiMaster PCI SCSI Host Adapter
  2004.             Cabletron
  2005.             Cache
  2006.             CardExpert
  2007.             CERN/ECP/EDU
  2008.             Cetia
  2009.          √  Cirrus Logic CL-GD5430 Video Adapter
  2010.             Cirrus Logic CL-GD5434-HC-C Video Adapter
  2011.             Cirrus Logic CL-GD7541 (Nordic Lite) Video Adapter
  2012.             Cirrus Logic CL-GD7542 (Nordic) Video Adapter
  2013.             Cirrus Logic CL-GD7543 (Viking) Video Adapter
  2014.             Cirrus Logic PCIC compatib. PCI/PCMCIA Bridge
  2015.             Citicorp
  2016.             City Gate
  2017.          √  CMD PCI-0640B E-IDE Controller
  2018.             CMD PCI-0646 Bus Master PCI/E-IDE Controller
  2019.             Co-Time
  2020.             Compaq CPU/PCI Bridge model 1000
  2021.             Compaq CPU/PCI Bridge model 2000
  2022.             Compaq PCI/EISA Bridge
  2023.             Compaq PCI/ISA Bridge
  2024.             Compaq QVision 1280P PCI Video Adapter
  2025.             Compaq QVision PCI Video Adapter
  2026.             Compaq QVision PCI Video Adapter
  2027.             Computers and Communications Research Lab
  2028.             Computrend
  2029.             Contaq 82C596 CPU/PCI & PCI/ISA Bridge
  2030.             Cornerstone
  2031.             CPU Tech
  2032.             Creative Electronic
  2033.             Creative Labs
  2034.             Cyclades
  2035.             Cyrix
  2036.             Daewoo
  2037.             Dapha
  2038.             Data General
  2039.             Data Translation
  2040.             Databook
  2041.             Datacube
  2042.             DataExpert
  2043.             Datatech DTC 2130S PCI Bus/IDE Single Port Controller
  2044.             DEC 21050 PCI/PCI Bridge
  2045.             DEC Ethernet DECchip 21040 Based Adapter
  2046.             DEC Fast Ethernet DECchip 21041 Based Adapter
  2047.             DEC Fast Ethernet DECchip 21140 Adapter
  2048.             Dell
  2049.             DFI
  2050.             Diamond
  2051.             Digicom
  2052.             Distributed Processing Tech. PM2124A SCSI Host Adapter
  2053.             Diversified
  2054.             DTC
  2055.             DuPont
  2056.             EFA
  2057.             EFAR
  2058.             Efficient Networks, Inc.
  2059.             Electronics and Telec. RSH
  2060.             EliteGroup
  2061.             Elsa
  2062.             Emulex
  2063.             Encore
  2064.             Epson
  2065.             Evans & Sutherland
  2066.             Everex
  2067.             Fast
  2068.             FIC
  2069.             Forex
  2070.             Fountain
  2071.             Foxconn
  2072.             Fujitsu
  2073.             Future Domain TMC-18XX SIS based SCSI Host Adapter
  2074.             Future+
  2075.             Gainbery
  2076.             Gateway 2000
  2077.             Gemlight
  2078.             Genoa
  2079.             GIT
  2080.             Globe
  2081.             Goldstar
  2082.             Hewlett-Packard
  2083.             Hitachi
  2084.             Honeywell
  2085.             Hualon
  2086.             Hyundai
  2087.             Chaintech
  2088.             Chips and Technologies 64310 WinGine Video Adapter
  2089.             Chips and Technologies 65545 Video Adapter
  2090.             Chips and Technologies 65548 Video Adapter
  2091.             I-Bus
  2092.             I/O Data Device
  2093.             IBM PCI/CPU Bridge
  2094.             IBM PCI/ISA Plug-and-Play Bridge
  2095.             IBM PCI/MCA Bridge
  2096.             ICL
  2097.             ICM
  2098.             Imaging Technology
  2099.             IMS
  2100.             Informtech
  2101.             Infotronic
  2102.             Initio
  2103.             Integraphics
  2104.             Intel 82092AA PCI IDE Controller
  2105.             Intel 82092AA PCI/PCMCIA Bridge
  2106.          √  Intel 82378 SIO PCI/ISA Bridge
  2107.          √  Intel 82420TX Saturn 486 chipset CPU/PCI Bridge
  2108.             Intel 82425EX Aries PCIset with ISA Bridge
  2109.          √  Intel 82430LX Mercury/Neptune Pentium chipset CPU/PCI Bridge
  2110.             Intel 82430FX Triton Pentium chipset PCI/ISA Bridge
  2111.             Intel 82430FX Triton Pentium chipset CPU/PCI Bridge
  2112.             Intel EtherExpress PRO/100 Adapter
  2113.             Intel PCI/EISA Bridge
  2114.             Intel PIIX PCI IDE Controller (w/o Bus Mastering)
  2115.             Intergraph
  2116.             Interphase
  2117.             IPC
  2118.             J. Bond
  2119.             Jabil
  2120.             Jazz
  2121.             Juko
  2122.             Kubota Pacific
  2123.             Leadtek
  2124.             Logic Modeling
  2125.             lonex
  2126.             LSI Logic
  2127.             Macronix
  2128.             Madge Smart 16/4 PCI Ringnode Adapter
  2129.             Maspar
  2130.             Matrox MGA Impression Plus PCI Video Adapter
  2131.             Matrox MGA Ultima/Impression PCI Video Adapter
  2132.             Matsushita
  2133.             Media Vision
  2134.             Megachips
  2135.             Meidensha
  2136.             Mentor
  2137.             Micro Industries
  2138.             Microcomputer Systems
  2139.             Micronics
  2140.             Mini-Max
  2141.             miro
  2142.             Mitac
  2143.             Mitsubishi
  2144.             Molex
  2145.             Most Inc.
  2146.             Motorola
  2147.             MuTech
  2148.             Mylex
  2149.             N-Cube
  2150.             National Instruments
  2151.             National Semiconductor Dual PCI IDE Controller (RMM Only)
  2152.          √  NCR 53C810 SCSI Host Adapter
  2153.             NCR 53C815 SCSI Host Adapter
  2154.             NCR 53C820 SCSI Host Adapter
  2155.             NCR 53C825 SCSI Host Adapter
  2156.             NEC
  2157.             Neomagic
  2158.             Netframe
  2159.             Networth
  2160.             Newbridge
  2161.             NexGen
  2162.             NKK
  2163.             Number Nine Imagine128 Video Adapter
  2164.             NVidia
  2165.             OAK OTI-O107 Spitfire Video Adapter
  2166.             Ocean
  2167.             Oki
  2168.             Olicom 16/4 PCI Token-Ring Adapter Rev. 2
  2169.             Olicom 16/4 PCI Token-Ring Adatper Rev. 1
  2170.             Olivetti
  2171.             Omron
  2172.          √  OPTi 82C557 CPU/PCI Bridge
  2173.          √  OPTi 82C558 PCI/ISA Plug-and-Play bridge
  2174.             OPTi 82C822 Pentium CPU/PCI & PCI/ISA PnP Bridge
  2175.          √  OPTi Dual PCI IDE Controller
  2176.             Packard Bell
  2177.             Parador
  2178.             PC Direct
  2179.             PC Technology RZ-1000 E-IDE Controller
  2180.             Peritek
  2181.             Phoenix
  2182.             PicoPower
  2183.             Picturetel
  2184.             PLX
  2185.             Powerhouse
  2186.             Promise
  2187.             Proteon
  2188.             Q Logic
  2189.             Quantum Designs 8580 PCI E-IDE Controller
  2190.             Racal Interlan
  2191.             Racore
  2192.             Radius
  2193.             Rambus
  2194.             Rasterops
  2195.             Raytheon
  2196.             RealTek
  2197.             Reply Group
  2198.             Rockwell
  2199.             Rohm
  2200.             Ross
  2201.             S-MOS Systems
  2202.             S.C.O.
  2203.          √  S3 86C928 PCI Video Adapter
  2204.             S3 Trio32~ Video Adapter
  2205.          √  S3 Trio32~/Trio64~ Video Adapter
  2206.             S3 Vision864~ Video Adapter
  2207.          √  S3 Vision864~-P Video Adapter
  2208.             S3 Vision868~ Video Adapter
  2209.             S3 Vision964~ Video Adapter
  2210.             S3 Vision964~-P Video Adapter
  2211.          √  S3 Vision968~ Video Adapter
  2212.             Samsung
  2213.             Seiko Epson
  2214.             Sequent
  2215.             SGS Thomson
  2216.             Siemens Nixdorf
  2217.             Sierra Semiconductor SC15064 Video Adapter
  2218.             Sigma
  2219.             Silicon Graphics
  2220.             SiS 86c201 Video Adapter
  2221.          √  SiS 85C496 CPU/PCI & PCI/ISA Bridge (E-IDE Support)
  2222.          √  SiS PCI/ISA Bridge
  2223.          √  SiS Pentium CPU/PCI Bridge
  2224.             Solliday
  2225.             Sony
  2226.             Soyo
  2227.             SPEA
  2228.             Standard Microsystems Corporation (SMC)
  2229.             STB
  2230.             Stratus
  2231.             Supermac
  2232.             Surecom
  2233.             Symphony PCI E-IDE Controller
  2234.             Systemsoft
  2235.             Tandem
  2236.             Tatung
  2237.             Teknor
  2238.             TekRAM
  2239.             Teledyne
  2240.             Texas Instruments
  2241.             Texas Micro
  2242.             Thesys
  2243.             Thomas-Conrad
  2244.             TMC
  2245.             Toshiba
  2246.             Trident GUI9430 PCI Video Adapter
  2247.          √  Trident GUI9420DGi Video Adapter
  2248.          √  Trident GUI9440AGi Video Adapter
  2249.             Trident GUI9660XGi Video Adapter
  2250.             Trigem
  2251.             Triones
  2252.             Truevision
  2253.             Tseng Labs
  2254.             Tseng Labs ET4000/W32p Rev. A Video Adapter
  2255.             Tseng Labs ET4000/W32p Rev. B Video Adapter
  2256.          √  Tseng Labs ET4000/W32p Rev. C Video Adapter
  2257.          √  Tseng Labs ET4000/W32p Rev. D Video Adapter
  2258.             Tulip
  2259.             Tyan
  2260.             ULSI
  2261.             UMC 486 CPU/PCI Bridge for notebook
  2262.          √  UMC 8881F 486 CPU/PCI Bridge for desktop
  2263.          √  UMC 8886F PCI/ISA Bridge for desktop
  2264.          √  UMC PCI/ISA Bridge for desktop (IDE support)
  2265.             UMC PCI/ISA Bridge for notebook (IDE support)
  2266.          √  UMC Pentium CPU/PCI Bridge for desktop
  2267.          √  UMC Pentium CPU/PCI Bridge for notebook
  2268.          √  UMC UM8673F E-IDE Controller
  2269.             Unisys
  2270.             Vadem
  2271.          √  VIA Tech 82C5x5 CPU/PCI & PCI/ISA Bridge
  2272.             VIA Tech Dual PCI IDE Controller
  2273.             Video Logic
  2274.             Vitesse
  2275.             VLSI Technologies VL82C591 Pentium CPU/PCI Bridge
  2276.             VLSI Technologies VL82C593 PCI/ISA Bridge (Plug-and-Play)
  2277.             Vortex
  2278.             VTech
  2279.             Weitek P9000 Video Adapter
  2280.             Weitek P9100 Video Adapter
  2281.             Western Digital
  2282.             Winbond
  2283.             Wipro
  2284.             Wyse
  2285.             X Tech
  2286.             Xenon
  2287.             Xerox
  2288.             Xilinx
  2289.             Yamaha
  2290.             Young
  2291.             Zeinet
  2292.             Zida
  2293.             ZNyX
  2294.  
  2295.  
  2296.  ───────────────────────────█ MCA Expansion Cards █────────────────────────────
  2297.  
  2298.             (DAYI) Chinese-Input Interface Card
  2299.             (SMC) Western Digital EtherCard PLUS 10T/A (WD8003W/A)
  2300.             1018-PS2
  2301.             1019-PS2
  2302.             1021-PS2
  2303.             1048-PS2
  2304.             12-Bit 16-Channel Analog to Digital Converter Board
  2305.             12-Bit 8-Channel Analog to Digital Converter Board
  2306.             1524-PS2
  2307.             16 Port Chase Research Intelligent Serial I/O Controller
  2308.             168-Bit Digital I/O Board
  2309.             1Mb/s - 500Kb/s Tape Controller with H/W Data Compression
  2310.             217 Digital I/O Adapter
  2311.             220 Analog I/O Adapter
  2312.             2400 baud internal modem
  2313.             2SP/A
  2314.             3119 Adapter/A
  2315.             32 Bit Memory Adapter
  2316.             32-Bit Photocoupler I/O Board
  2317.             3270 Adapter
  2318.             3270 Coax Adapter/MC
  2319.             3270 Local Communication card
  2320.             3270 or XYNOX Modem
  2321.             32MC Micro Channel Memory Expansion Board
  2322.             3514 External Disk Array Adapter
  2323.             3Com 3C523 EtherLink/MC Ethernet Adapter
  2324.             3Com EtherLink III 3C529 Coax/AUI Network Adapter
  2325.             3Com EtherLink III 3C529-TP/AUI Network Adapter
  2326.             3Com EtherLink III 3C529-Combo Network Adapter
  2327.             3Com EtherLink/MC 32 Ethernet Adapter
  2328.             3CRi "Coherent Processor" Content Addressable Memory
  2329.             4 Port Chase Research Intelligent Serial I/O Controller
  2330.             4684-300 Device Channel
  2331.             4MB Memory Expansion Card
  2332.             5.25-inch Diskette Drive Adapter
  2333.             5250 Local Emulation Card Mod. 3M50
  2334.             5864 for SL 90 PC/MC
  2335.             5865 for CEP-MC
  2336.             5866 for E500 PC/MC
  2337.             5867 for MTPC/MC
  2338.             6 x ST - Slot Adapter
  2339.             68KMC
  2340.             8 Port Chase Research Intelligent Serial I/O Controller
  2341.             802.3/TP 10-Base-T
  2342.             8meg/A
  2343.             8x4 MC
  2344.             9100 Kit
  2345.             A-Bus Data Acquision and Control Adapter
  2346.             A/D 12 B32-PS2
  2347.             Above Board 2 Plus
  2348.             Above Board MC
  2349.             AC-1060 or 2060(D) ESDI Controller
  2350.             AC-1079 IDE Slim Drive Adapter
  2351.             ACC 5810-BIO
  2352.             ACC MC
  2353.             Accelerator 50/60
  2354.             Accent-MC
  2355.             ACCTON RingPair-MC4/16 Token-Ring Network Adapter
  2356.             ACCULOGIC SIMMply RAM for the PS/2
  2357.             AccuSpec/MC Acquisition Interface
  2358.             ACL MC16
  2359.             ACPA/A
  2360.             Ad Lib Music Synthesis Card
  2361.             AD/DA 110 Card
  2362.             Adapter
  2363.             AdCom2 - I
  2364.             Advanced Communications Board/Multi-Protocol - ACB/MP
  2365.             Advanced Digital PC EXBUS or TransFormer 2
  2366.             Advanced Image Processor 2
  2367.             Advanced SDLC/2 Adapter
  2368.             AE/2 Ethernet Adapter
  2369.             AGA Micro Channel SCSI controller (burst mode)
  2370.             AHA-1640 SCSI Host Adapter
  2371.             AHEAD System VGA Enhancer Rev. A
  2372.             AHEAD SYSTEMS INC., VGA EAGLE-I Rev. A
  2373.             AHEAD SYSTEMS INC., VGA ENHANCER-Z
  2374.             AHEAD SYSTEMS INC., VGA ENHANCER-Z, Rev. A
  2375.             AIC HBA SCSI Device Controller
  2376.             AID - D/A 16-PS2
  2377.             Alert Technology Serial Adapter
  2378.             Allen-Bradley Company, Inc. 1784-KT2
  2379.             Alloy FTC500/MCA Tape Adaptor
  2380.             Alloy HI-2 PC Expansion Bus Interface Card for the PS/2
  2381.             Altera LP5 Logic Programmer
  2382.             AMBER
  2383.             AMS 211
  2384.             AMS 2400 INTERNAL MODEM (FAXPACK2)
  2385.             AMS IOSIX-1 Adapter
  2386.             AMS IOSIX-2 Adapter
  2387.             AMS IOSIX-6 Adapter
  2388.             AMS IOSIX-7 Adapter
  2389.             AMS IOSIX-9 Adapter
  2390.             AMS MULTI-IO-10 Adapter
  2391.             AMS MULTI-IO-10 Adapter (Rev B)
  2392.             AMS MULTI-PARALLEL-2 Adapter
  2393.             AMS MULTI-SERIAL-1 Adapter
  2394.             Analog/Digital-Digital/Analog-TTL Multifunction Board
  2395.             ANET-16/MC
  2396.             Anchor PS24 Modem Adapter
  2397.             Aox MicroMASTER 32bit ADF v1.3
  2398.             Aox MicroMASTER 386
  2399.             Aox MicroMASTER 486 Plus
  2400.             APC-MCX
  2401.             Applied Creative Technology Systemizer MSC
  2402.             Applied DIO168PS2 168 Point Parallel Digital I/O Interface
  2403.             APT SC-1600
  2404.             AQUILA COMMUNICATIONS ARCNET for PS/2
  2405.             ARC 500 LAN card
  2406.             ARC MC-02
  2407.             ARCLINK
  2408.             Arco Electronics AC-1070 IDE Controller
  2409.             Arlunya SC306 Standards Converter
  2410.             Arnet Corporation, Multiport/2 Communications Adapter
  2411.             Arnet Corporation, Smartport/2 Communications Adapter
  2412.             Artisoft Inc. LANtastic Voice(tm)
  2413.             Artisoft LANtastic AE-2 MC Ethernet
  2414.             Artist 10000 MC Series
  2415.             Artist 10001 MC Series
  2416.             Artist TI16 Graphics Controller
  2417.             Asante Technologies EtherPaC Ethernet Adapter
  2418.             AST Advantage/2
  2419.             AST Advantage/2 -386 Adapter
  2420.             AST Advantage/2 286 with Dual Serial Port Option
  2421.             AST Advantage/2 286 with Serial & Parallel Port Option
  2422.             AST RampagePlus/MC
  2423.             AST RampagePlus/MC 386 Adapter
  2424.             AST RampagePlus/MC 386 Adapter with Serial & Parallel Port Option
  2425.             AST RampagePlus/MC With I/O Pak/MC-S Option
  2426.             AST RampagePlus/MC With I/O Pak/MC-SP Option
  2427.             AST-3270/CoaxIIA Adapter
  2428.             AST-5251/11A Enhanced Adapter
  2429.             AST-CC423/A Adapter
  2430.             AST-CC832/A Adapter
  2431.             Aster/2
  2432.             AT&T Intelligent PC ISDN Board
  2433.             AT&T PC/PBX Interface Adapter
  2434.             ATC-1148 Flat Panel Display Adapter
  2435.             ATI 8514/ULTRA
  2436.             ATI Graphics Ultra Video Accelerator (VGA Disabled)
  2437.             ATI Graphics Ultra Video Accelerator (VGA Enabled)
  2438.             ATI MC100
  2439.             Atris Quattro/20 or Atris/20 or Neftis/20 Display Adapter
  2440.             ATTACHMATE - Advanced 3270 Adapter/2
  2441.             Attachmate 19.2Kb SLDC Adapter
  2442.             ATTACHMATE Model D7710 Asynchronous SNA Adapter/2
  2443.             Automated Transaction I/O System - ATIOS
  2444.             AVM ISDN-Controller B1
  2445.             AW-RCP (Register Communications Processor)
  2446.             Barr Systems - BARR/6BBB Synchronous Communications Adapter
  2447.             BARR/DPI2
  2448.             BBS GPIB-3000
  2449.             Begonia IMC-II
  2450.             Bi-Tech 2300 Smart SCSI Interface
  2451.             BICC ISOLINK IEEE 802.3 Network Adapter
  2452.             Bit3 MCA Adapter
  2453.             Boca Research Bidirectional Parallel Adapter
  2454.             Boca Research BOCARAM/2 PLUS Memory Expansion Board
  2455.             Boca Research Dual Async/Parallel Adapter
  2456.             Boca Research Dual Async/Parallel Adapter 2
  2457.             BOCA Research Model 50/60 Memory Expansion Board
  2458.             BT-646S/D Intelligent FastSCSI Host Adapter
  2459.             Built in Features
  2460.             BusTek BT-640A Micro Channel to SCSI Host Adapter (v1.10)
  2461.             BXM 44-03
  2462.             Cabletron 4/16 Mbps T3015 Token Ring Adapter
  2463.             Cabletron Ethernet Board E3010
  2464.             Cabletron Ethernet Board E3010-X
  2465.             Cabletron Ethernet Board E3020
  2466.             Cabletron Ethernet Board E3020-X
  2467.             Cabletron Ethernet Board E3030
  2468.             Cabletron Ethernet Board E3030-X
  2469.             Cabletron Ethernet Board E3040
  2470.             Cabletron Ethernet Board E3040-X
  2471.             Cabletron Systems E3100 Series Ethernet Adapter w/ 16K RAM
  2472.             Cabletron Systems E3100-X Series Ethernet Adapter w/ 64K RAM
  2473.             CAERE TYPIST INTERFACE
  2474.             Calcomp DrawingCard uChannel Graphics Adapter -- ADF 1.00
  2475.             CAMAC Interface (Model 2928-Z1A)
  2476.             Card VTX Teledat
  2477.             Cardinal Internal Modem
  2478.             Carte Modem KORTEX
  2479.             CCP-PS-V-0900/0930/1900/3900/4900/6930/6950/9910
  2480.             CCS7 Attachment
  2481.             CCTM-05
  2482.             CEC PS<>488 GPIB Adapter
  2483.             Celer JA-28XM
  2484.             CentreCOM SIC-PS55-E
  2485.             CLEO MC/SIB (Synchronous Interface Board)
  2486.             CLI 5250 EMULATION ADAPTER
  2487.             CLI 5250emc Adapter
  2488.             CLI 5250GATE-SDLA COMM BOARD
  2489.             ClusterPort/S
  2490.             CN1000T/2
  2491.             CN190SBT/2
  2492.             CN200E/2 NIC
  2493.             CN650E/2
  2494.             CN800E/2 NIC
  2495.             CNET ARCNET CN190/2 NIC
  2496.             CNet ARCnet CN190/2 NIC Adapter
  2497.             CNT-ARR
  2498.             CNT-SCN32HD
  2499.             CNT-SMC8HS
  2500.             Coax Plus
  2501.             CODAS Playback
  2502.             CodeNet 8320/8322 Fiber Optic/8321 FOIRL Ethernet NIC
  2503.             Cogent E/MASTER III MCA 32-bit Ethernet Adapter
  2504.             COMBOLAN
  2505.             Compex ENET-16MC/U
  2506.             Compex inc. PS/2 ANET Microchannel Adapter
  2507.             COMPEX-ENET/F Network Adapter
  2508.             Computer Lab International Token-MC Adapter
  2509.             Computer Logics Ltd. - MicroLogic II Adapter
  2510.             Computone PS8/PS16 Controller
  2511.             Concord Communications MAP 3.0 Type 1410 Adapter
  2512.             CONNECT ARCnet Adapter
  2513.             Connection Board for Expansion Chassis Mod. CT 971
  2514.             Contex Scanboard (v1.1)
  2515.             Contex SCSI Adapter
  2516.             CONTROL HOSTESS 550/MC Four Port Serial Adapter
  2517.             Control Systems Artist 10 MC
  2518.             Control Systems Artist 12MC Graphics Controller
  2519.             Control Systems Artist 16MC Graphics Controller
  2520.             Control Systems Artist XJSMC
  2521.             CORE CNT-MCA ESDI Fixed Disk Controller
  2522.             CORE CNT-MCF Tape Controller
  2523.             CORE CNT-MCK Fixed Disk Adapter
  2524.             CORE ESDI Fixed Disk Controller
  2525.             CORE PS/2 SCSI Host Adapter
  2526.             Corel LS2000-MCA Rev. A
  2527.             COREtape Controller
  2528.             Cornerstone DualPage Hi-Res Monitor and Adapter
  2529.             Cornerstone High Res Adapter
  2530.             CorNet Adapter
  2531.             Corvette Display
  2532.             CPR-32-AC
  2533.             Creative Labs, Inc. - SOUND BLASTER PRO MCV CT5330
  2534.             Creative Labs, Inc. - SOUND BLASTER/MCV
  2535.             Cristie SCSI Adapter
  2536.             CSM Inc. SCSI Host Adapter
  2537.             CSX8 - PS2
  2538.             Cumulus 2 Meg Expanded/Extended Memory Multifunction Adapter V1.0
  2539.             Cumulus 2400 Baud Internal Modem
  2540.             Cumulus CuPORT-P Parallel Port Adapter
  2541.             Cumulus CuPORT-SSP 2 Serial 1 Parallel Port Adapter
  2542.             Cumulus CuRAM-16 Plus 2 MB Memory Multifunction Adapter
  2543.             Cumulus CuRAM-16 Plus 4 MB Memory Multifunction Adapter
  2544.             Cumulus CuRAM-16 Plus 6 MB Memory Multifunction Adapter
  2545.             Cumulus CuRAM-16 Plus 8 MB Memory Multifunction Adapter
  2546.             Cumulus CuRAM-16 Plus Memory Multifunction Adapter
  2547.             Cumulus CuRAM-MC32 MEMORY ADAPTER
  2548.             Cumulus SCSI Adapter C5640B
  2549.             Cumulus SILHOUETTE ADAPTER
  2550.             CuRAM 32 Plus Extended Memory Multifunction Adapter
  2551.             Custom Compute Systems C1000 IDE Fixed Disk Adapter
  2552.             Cypress/2-16
  2553.             Cypress/2-4
  2554.             D-Link (DN-300)
  2555.             D-Link (DN-300)
  2556.             D-Link 16-Bit ARCNET Card (DA-300)
  2557.             D-Link Ethernet Card
  2558.             D-Link Ethernet Card DE-320CT
  2559.             D2TI
  2560.             Dacom Asyncronous Modem Version 1.0
  2561.             Dataflex Design MCA Biscom Modem or Rapier V32 Modem
  2562.             Datagraph Pixelstar PS/2
  2563.             Datapoint MicroChannel RIM IV Adapter
  2564.             DataTrac/MTC-16 Half-Inch Tape Drive Controller
  2565.             Datem dDCM800MC Bitbus Interface Adapter
  2566.             DaynaTALK MC Network Adapter Version 1.1
  2567.             DayStar LocalTalk/MCA AppleTalk Adapter - DayStar Digital
  2568.             DBCS Display Adapter/J
  2569.             DC-1 Data Cassette Streamer System
  2570.             DCA 10NET 10BASE Twisted Pair LAN Adapter
  2571.             DCA 10NET Coaxial LAN Adapter
  2572.             DCA 10NET/STARLAN LAN Adapter
  2573.             DCA Adaptor Card-CCDAC / Loop Adaptor-CCLAC
  2574.             DCA Intelligent Comm Adapter
  2575.             DCA MCA Link
  2576.             DCA Smart Alec 5250/90
  2577.             DCOMP MPEG
  2578.             DCP-286/MC
  2579.             Desktop Conferencing
  2580.             DESMA 4/8
  2581.             DEST Corp. Scanner Controller
  2582.             DFI Handy Scanner HS-3000-II
  2583.             DFI RAM BANK-II
  2584.             DFL104 Multi Function I/O Adapter
  2585.             DI400
  2586.             Dialogic D/81, D/41 LSI/80 VR/81 Voice Processor
  2587.             Dialogic VR/81-MC, VR/41-MC Voice Recognotion Adapter
  2588.             Diatoh SCSI Interface Adapter
  2589.             DigiBoard MC/Xi DOS RS422
  2590.             DigiBoard Open-Ender DOS
  2591.             DigiBoard Open-Ender Intelligent PS2 Com 9
  2592.             DigiBoard Open-Ender RS422
  2593.             DigiBoard PS-COM/4
  2594.             DigiCHANNEL 4i or 8i (32K Memory Window) RS-422
  2595.             DigiCHANNEL C/X System
  2596.             DigiCHANNEL EM Adapter
  2597.             DigiCHANNEL MC/16
  2598.             DigiCHANNEL MC/4i or MC/8i (32K Memory Window)
  2599.             DigiCHANNEL MC/8
  2600.             Digital DE210 Ethernet Micro Channel Adapter
  2601.             Digital Ethernet Micro Channel Adapter
  2602.             Display Adapter - C0
  2603.             Display Adapter ·K/·L/·N
  2604.             Display Adapter IV
  2605.             DNA Network 'DNA-II' Adapter
  2606.             DNC 6000
  2607.             DP-11 PLUS
  2608.             DR-one Multiple Display Adapter/A
  2609.             DR-one SC306 Video Scan Converter Device Driver
  2610.             Dragon Speech Board 320
  2611.             DS-1000 Dual Asynchronous RS-232
  2612.             DS-11/MC
  2613.             DS-970
  2614.             DS2-329
  2615.             DS2-654
  2616.             DS2-717
  2617.             DS2-844
  2618.             DS8710 Multiple Floppy Disk Unit
  2619.             DSA-1640
  2620.             DSS and Sub card 2
  2621.             DSS and Sub card 3
  2622.             DSS and Sub card 3
  2623.             DT2901/05: Data Translation Analog/Digital I/O Adapter
  2624.             DUAL ASNC + PARALLEL ADAPTER
  2625.             Dual Asynchronous Card LV-6010 Corvette Display Adapter
  2626.             Dual Channel Printer Port Adapter
  2627.             Dual VGA/MC / Colorgraphic Communications Corp.
  2628.             Duo Port
  2629.             DVT/EVT Intel Action Media i750 DS1 DVI Adapter
  2630.             DX-6600 Tape Drive Controller
  2631.             E-C EconoModem 3 V22 bis modem Adapter
  2632.             E.P.I.C. II
  2633.             E2000M
  2634.             ECC MEM 32
  2635.             EDS 424 PCMAC Tape Drive Adapter
  2636.             EDSUN Memory board
  2637.             egs-VGA
  2638.             EICON Technology EiconCard, EiconCard HSI and SPCC
  2639.             EICON Technology Single Port Comm. Adapter Level 1
  2640.             EICON TECHNOLOGY: Laser Printer Adapter / Micro Channel
  2641.             ELEKEY-4
  2642.             Elite 16/2-386 Memory Expansion Adapter
  2643.             Elographics E271-2202 Touchscreen Controller
  2644.             ELSA XHR Alpha/2 Video Board
  2645.             ELSA XHR Spectra/2 Video-Board
  2646.             ELSA XHR Spectra/2 Video-Board
  2647.             EMA/Extra Memory Adapter
  2648.             Emerald SCSI / Micro Channel(tm) Tape Adapter
  2649.             Emerald Systems SCSI-HAC/MC Tape Adapter
  2650.             Emerald Technology, Inc. 3XPlus/2
  2651.             Emerald Technology, Inc. 3XPlus/2 Rev. B
  2652.             Emerald Technology, Inc. 3XTwin/2
  2653.             EML5250 / EMLGATE
  2654.             EMU - IPS
  2655.             Encryptor 526
  2656.             EON-1M Card
  2657.             ES-476
  2658.             ES-478
  2659.             ES-479
  2660.             ES-481
  2661.             ES1000 Adapter or LinkUp 3270 and M/Coax Platform
  2662.             ESDI Fixed Disk Controller
  2663.             ESP ELETTRONICA SILLARO Adapter 2 serial ports
  2664.             ETen Chinese Font Card
  2665.             ETen Laser Printer Controller,
  2666.             ETH MC-01
  2667.             ETH MC-02
  2668.             ETH MC-02 CAT
  2669.             ETH MC-02 TW
  2670.             Evaluator Channel 1
  2671.             Evercom 24/2 Modem
  2672.             Everex 4 Megabyte Memory Adapter EV-136
  2673.             Everex Speedlink/PS2 Ethernet Adapter
  2674.             EXC-1553
  2675.             Excalibur EXC-1553 PS2/E Card
  2676.             Excel Mar-10
  2677.             Excelan EXOS 215T Intelligent Ethernet Adapter
  2678.             Expansion Unit Model 002
  2679.             Expansion Unit SCSI Controller
  2680.             F3069
  2681.             Fast Image Processor
  2682.             Fastalk 2/1200
  2683.             Fastalk 2/2400
  2684.             Fastalk 2/V.32
  2685.             FasTalk 2/V.32/5, 2/V.32/42b
  2686.             FAXPRO 1402-FD
  2687.             FAXPRO 1402-IN
  2688.             FAXPRO 1402-IO
  2689.             FAXPRO 3062-IO
  2690.             FAXPRO 3L52-IO
  2691.             FAXPRO 4401-IU
  2692.             FAXPRO 4403-IU
  2693.             FAXPRO 4405-IU
  2694.             FAXPRO 4406-IU
  2695.             FAXPRO 5000-IU
  2696.             FAXPRO 5000-X4
  2697.             FAXPRO 6000-PP
  2698.             FDDI/CDI Network Interface Adapter
  2699.             Flagstaff Engineering Microchannel Disk Controller
  2700.             Flagstaff Engineering Microchannel Tape Controller
  2701.             FlexK-Adapter
  2702.             FN 1732-MC
  2703.             FN1730-MC
  2704.             Formwriter Adapter/Print Controller
  2705.             Frame Buffer and H.R. Monitor Mod. CT 820
  2706.             FTG PXL-480 HI-RES Lightpen Board
  2707.             Funkuhr PS32
  2708.             FURY 2400 PS/MNP
  2709.             Future Domain MCS700 SCSI-2 Adapter
  2710.             Future Domain SCSI Adapter
  2711.             G3 FAX Board
  2712.             G4-CDMC-01
  2713.             GammaFax CMPC Communications Adapter
  2714.             GAT PS2 Coprocessor
  2715.             Gateway 25 / Comtel
  2716.             Gateway Communications G/Ethernet Controller
  2717.             GE Fanuc Series 90 Work Station Interface
  2718.             GMM Sync/2
  2719.             GPA-1000 Game Port Adapter
  2720.             GPIB Adapter Card
  2721.             GRAF18/MC
  2722.             Graphics Engine MC/1280TC
  2723.             Gravis Eliminator (MCA) Game Card
  2724.             GS16B
  2725.             GS80B
  2726.             GTX-TC
  2727.             Hardlock Double Double Face Card
  2728.             Hayes ESP Dual Port Communications Coprocessor
  2729.             Hayes JT Fax 4800P
  2730.             Hayes Smartmodem 2400P
  2731.             HEMA Transputer Adapter TR2/2
  2732.             Hercules Graphics Station MC
  2733.             Hewlett Packard StarLAN-10 HP27246 Adapter Rev 1.1
  2734.             Hewlett-Packard ScanJet II Interface Adapter
  2735.             Hewlett-Packard Scanner Interface Adapter
  2736.             High Resolution Display
  2737.             High Resolution Graphics Board
  2738.             High Speed Adapter/A
  2739.             High-Performance Disk Drive Subsystem Adapter
  2740.             HITACHI CD-ROM Adapter
  2741.             Hostess 550/MC 16 Port
  2742.             Hostess 550/MC 8 Port
  2743.             Hostess i/MC 8/16 Port
  2744.             Hostess/MC 4 Port
  2745.             Hostess/MC 8 Port
  2746.             Howtek MC Scanner Parallel Interface (MCSPI)
  2747.             HS-MPA-2
  2748.             HWF-MC1
  2749.             HWF-MC2
  2750.             Hyperam MC 32/16
  2751.             Hyperam MC 32/16 36S
  2752.             Hyperam MC 32/16 MF
  2753.             Hyperam MC 32/16 SIMM
  2754.             Hyperam MC Extend S
  2755.             Hyperport II
  2756.             HYPERTEC HYPERPORT II
  2757.             CH Products GameCard III-Automatic/MCA Gameport Adapter
  2758.             Chameleon 3270 Terminal Emulation Adapter
  2759.             Channel/2
  2760.             Channel/2 Plus
  2761.             Chase IoPro MA 232
  2762.             Chi NineTrack Tape Controller
  2763.             I.C.S. UCDIO-24 Parallel Port Interface
  2764.             IB-232-MC16-Ultimate RAM System
  2765.             IB-232-MC32-Ultimate RAM System
  2766.             ibex ISC-Intellignet Serian Communication Adapter
  2767.             IBM 2 MB 16-bit Memory Adapter
  2768.             IBM 2-8MB 80286 Memory Expansion Option
  2769.             IBM 2400 Baud Internal Modem
  2770.             IBM 300/1200/2400 Internal Modem/A
  2771.             IBM 3117 Scanner Adapter/A
  2772.             IBM 3363 Optical Disk
  2773.             IBM 3890/XP Interface Adapter
  2774.             IBM 4 Port Serial Adapter
  2775.             IBM 4684 Device Channel
  2776.             IBM 5080 Serial Adapter
  2777.             IBM 5250 Emulation Adapter
  2778.             IBM 6157 Streaming Tape Adapter Card
  2779.             IBM 7437 PS/2 Interface Adapter Card
  2780.             IBM 7568 Industrial Computer SCSI Adapter w/cache
  2781.             IBM 8-Port RS-232C/RS-422A Adapter or X.25 Interface
  2782.             IBM ActionMedia II Display Adapter/A
  2783.             IBM Adapter
  2784.             IBM Analog I/O Card
  2785.             IBM Audio Adapter
  2786.             IBM Auto LANStreamer Network Adapter
  2787.             IBM Cryptographic Adapter
  2788.             IBM Data Exchange Adapter for 9391 Model 14
  2789.             IBM DBCS Plasma Display Adapter
  2790.             IBM Display Adapter 1.10
  2791.             IBM Display Adapters 8514/A
  2792.             IBM Dual Async Adapter
  2793.             IBM EMS Support Card (for PS/55 5530Zxx)
  2794.             IBM Engineering Graphics Adapter
  2795.             IBM Enhanced 80386 Memory Expansion Adapter
  2796.             IBM Enhanced 80386 Memory Expansion Adapter w/ROM
  2797.             IBM ESCON Adapter
  2798.             IBM EtherStreamer 32 Network Adapter
  2799.             IBM Expanded Memory Adapter
  2800.             IBM Extended Async Communication Adapter
  2801.             IBM External 360K Diskette Drive Adapter
  2802.             IBM Fast SCSI-2 Adapter
  2803.             IBM FAX Server Card
  2804.             IBM FDDI Fiber Base Adapter
  2805.             IBM Fixed Disk Adapter
  2806.             IBM G3 Adapter/A
  2807.             IBM Gearbox Model 800 0-16MB Memory Expansion Adapter
  2808.             IBM Gearbox Model 800 486 Processor Card
  2809.             IBM Gearbox Model 800 Processor Card
  2810.             IBM Hi Speed Parallel Adapter
  2811.             IBM I/O Adapter
  2812.             IBM IEEE488 Adapter
  2813.             IBM Image Adapter/A
  2814.             IBM Image Adapter/A
  2815.             IBM Image Adapter/A with Printer/Scanner Option
  2816.             IBM Image-I Adapter
  2817.             IBM Integrated Fixed Disk Controller
  2818.             IBM Integrated Hard Disk and Controller
  2819.             IBM ISDN Interface Co-processor/2
  2820.             IBM ISDN/2 Co-processor Model 2
  2821.             IBM Japanese OCR Processor Card
  2822.             IBM LAN Adapter/A for Ethernet
  2823.             IBM LANStreamer MC 16 Network Adapter
  2824.             IBM LANStreamer MC 32 Adapter
  2825.             IBM LANStreamer MC 32 Network Adapter
  2826.             IBM M-Motion Adapter
  2827.             IBM M-Motion Adapter
  2828.             IBM Memory Expansion Adapter (2-8MB 80386)
  2829.             IBM Microchannel Bus Adapter
  2830.             IBM Model 90 Planar Serial Port No. 2
  2831.             IBM MSR-J Adapter
  2832.             IBM Multi-Protocol Communications Adapter
  2833.             IBM Mwave WindSurfer Communications Adapter
  2834.             IBM P70 Plasma Display Adapter
  2835.             IBM PC Network Baseband Adapter/A
  2836.             IBM Personal Pageprinter Adapter/A
  2837.             IBM Personal/370 Processor
  2838.             IBM POS I/O Adapter
  2839.             IBM POWERgraphics GTO Accelerator
  2840.             IBM Print Service Adapter
  2841.             IBM PS/2 Adapter/A for Ethernet(tm) Networks
  2842.             IBM PS/2 MC SCSI Adapter with Cache
  2843.             IBM PS/2 SCSI Adapter
  2844.             IBM PS/2 SCSI Adapter w/Cache
  2845.             IBM PS/2 W4 Adapter
  2846.             IBM RAS Adpater
  2847.             IBM Realtime Interface Co-processor Multiport/2 or X.25 /2
  2848.             IBM Realtime Interface Co-processor Portmaster Adapter/A
  2849.             IBM Remote 5250 Adapter/A
  2850.             IBM RISC System/6000 16-Port Async Adapter - EIA-232
  2851.             IBM RISC System/6000 16-Port Async Adapter - EIA-232
  2852.             IBM RISC System/6000 5080, 5085, 5086 Attachment Adapter
  2853.             IBM RISC System/6000 64-Port Async Controller
  2854.             IBM RISC System/6000 8-Port Async Adapter - EIA-232
  2855.             IBM RISC System/6000 8-Port Async Adapter - EIA-422
  2856.             IBM RISC System/6000 8-Port Async Adapter - MIL-STD-188
  2857.             IBM RISC System/6000 Color Graphics Display Adapter
  2858.             IBM RISC System/6000 Ethernet High-Performance LAN Adapter
  2859.             IBM RISC System/6000 FDDI-Fiber/STP Single Ring Adapter
  2860.             IBM RISC System/6000 Fiber Distributed Data Dual Ring
  2861.             IBM RISC System/6000 Graphics Input Device Adapter
  2862.             IBM RISC System/6000 Grayscale Graphics Display Adapter
  2863.             IBM RISC System/6000 POWER Gt3(x)/4x Graphics Subsystem
  2864.             IBM RISC System/6000 SCSI High-Performancs Adapter
  2865.             IBM S/370 Channel Emulator
  2866.             IBM S36/38 Work Station Emulation Adapter
  2867.             IBM SCSI-2 Raid Adapter
  2868.             IBM Second Store Loop Adapter/A
  2869.             IBM ServerGuard Adapter
  2870.             IBM Store Loop Adapter
  2871.             IBM SVGA Display Adapter/A
  2872.             IBM SVGA-CL28 Adapter
  2873.             IBM System/370 Mainframe Connection/Parallel Channel
  2874.          √  IBM Token-Ring Network 16/4 Adapter/A
  2875.             IBM Token-Ring Network 16/4 Busmaster Server Adapter/A
  2876.             IBM Token-Ring Network Adapter/A
  2877.             IBM TTL Async Communication Adapter
  2878.             IBM v.32 Modem/A
  2879.             IBM VGA Adapter
  2880.             IBM Video Adapter-J 1.10
  2881.             IBM VoiceType Dictation Adapter
  2882.             IBM Wide Area Connector (WAC) Adapter
  2883.             IBM Wizard i860 Attached Processor Adapter
  2884.             IBM XGA Video Adapter
  2885.             IBM XGA-2 Display Adapter
  2886.             IBM5582 Adapter
  2887.             ICC/Intercom MC Card Adapter
  2888.             ICOT Multiprotocol Adapter/MC
  2889.             IDE Controller for Model 60 & 80
  2890.             IDEA Minicom serial controller
  2891.             IDEAcomm 5251 4 LU short card
  2892.             IDT FAME 9 Track Tape Coupler
  2893.             IEEE 488 GPIB Interface
  2894.             IF-120 Optocoupler Card
  2895.             IF-140 32-bit Digital I/O, 16-bit Counter
  2896.             IF-230 Multifunction Card
  2897.             IF-330 9-channel Counter/Timer Adapter
  2898.             IF-450 Intelligent RS422/RS485/RS232 Interface
  2899.             IF-600 Reed Relay Card
  2900.             IF-800 Universal (E)EPROM Programmer
  2901.             ILLUM-16/MC Video Graphics Board - REV 1.0
  2902.             ImagetScanner AdapterKit IK-2
  2903.             IMC Networks Corporation PCnic II Ethernet Controller
  2904.             IMP2/PS
  2905.             IMP8/PS
  2906.             IMS B017 Transputer Module Motherboard
  2907.             IN-330-MC
  2908.             Ines IEEE-488 Adapter
  2909.             InfoChip Systems MC-105 Data Compression Coprocessor
  2910.             InfoWindow GPIB2 Card
  2911.             InfoWindow VGA Control Card
  2912.             Intel 2400B Modem 2
  2913.             Intel Above Board MC32
  2914.             Intel ActionMedia(tm) Adapter
  2915.             Intel EtherExpress 16(tm) MC Network Adapter
  2916.             Intel MC Connection CoProcessor
  2917.             Intel MC Connection CoProcessor with Modem Option
  2918.             Intel SatisFAXtion Adapter
  2919.             Intel Visual Edge
  2920.             Intelliport II MC 8
  2921.             Intelliport II MC EX or EXF
  2922.             Interactive Images Touch Screen Adapter
  2923.             INTERCOPE ISDN Communication Server
  2924.             Internal Ethernet Controller
  2925.             Internal Synchronous Communications
  2926.             Invisible Ethernet/A (with 16K ROM)
  2927.             Invisible Network Model 200/A
  2928.             Invisible Network Model 300/A (with 16K ROM)
  2929.             IOMEGA PC4 Host Adapter Board
  2930.             IOMEGA PC48-50 SCSI Host Adapter Board
  2931.             Iomega PC4B/HD SCSI Host Adapter Board
  2932.             IOtech Personal466/2 466 Interface
  2933.             IRIScom III Coax Adapter
  2934.             IRMA 3 3270 Coax Adapter
  2935.             IRMA 3t 3270 Coax Adapter
  2936.             IRMA2-MCA Adapter
  2937.             Irwin 4100MC Controller
  2938.             ISAC 3200 (C) Isolatoin Systems Limited 1988, 1991
  2939.             ISDN-S/2 Adapter
  2940.             ISO-DNO 16/16
  2941.             IX22 Data/Fax Modem
  2942.             IX33 Data/Fax Modem
  2943.             IXS 1600
  2944.             JBCC Diskette Adapter
  2945.             JBCC Magnetic Card Reader Adapter
  2946.             JLaser 6MC
  2947.             JLASER-6MC
  2948.             Jones Futurex Encryption Adapter (Model 526)
  2949.             Jovian Logic Corp. SYLVIA/MC
  2950.             Jovian Logic Corp. VIA
  2951.             KBD8/MC
  2952.             Keithley Instruments Series 500 Interface
  2953.             KEL2IF
  2954.             KEYWORD CB-III
  2955.             KF-9200/9510 Document Display System
  2956.             KHEOPS Etebac Card
  2957.             Kingston 64MB Memory Expansion Adapter
  2958.             Kingston KTM-16000/386 Memory Expansion Adapter
  2959.             KINGSTON KTM-609/16 Memory Expansion Adapter
  2960.             Kingston KTM-8000/286 Expansion Memory Adapter
  2961.             Kingston KTM-8000/386 Expansion Memory Adapter
  2962.             Kingston Technology Data Master
  2963.             Kingston Technology DataCard 16
  2964.             Koax 3270 MC Adapter
  2965.             Kofax Image Products Document Processor
  2966.             KORTEX 9600 SDLC
  2967.             KORTEX 9600 SDLC
  2968.             KRAFT G/3+ Adapter Card
  2969.             Kronos RS-485 Comm/Key Adapter 6600133-001
  2970.             Kurzweil Discover 7320 Scanner Interface
  2971.             Kurzweil Discoverer SCSI Adapter
  2972.             Kurzweil Flatbed Scanner Adapter
  2973.             La Commande Electronique LCE123S/124S(2)/125S Modem
  2974.             Land Computer SCSI Interface Adapter
  2975.             LANSprint High Speed Printer Controller
  2976.             LANtastic(tm) Artisoft Inc. 2Mbps Network Adapter
  2977.             LanWay TR 16/4
  2978.             LASAT PS12
  2979.             LASAT PSM24(P)
  2980.             LASAT PSM24Prestige, LASAT PSM96Prestige or LASAT PSM96Plus
  2981.             Lasergraphics RASCOL IV
  2982.             LaserMaster WinPrinter Controller
  2983.             Lava Async/2 Adapter
  2984.             Lava Parallel Link
  2985.             Lightning / Plus or Prime Image Accelerator
  2986.             Line Runner-S
  2987.             Linkup M/COAX (Rev. 705)
  2988.             Local 5250 Adapter Card
  2989.             Logitech ScanMan Adapter
  2990.             M-Motion Video Adapter/A
  2991.             M6060 Serial/Parallel Printer Adapters
  2992.             M6520 ARCnet 4-Port Internal Active Hub Master Controller
  2993.             M6550 16-bit ARCnet Adapter
  2994.             M6600 Ethernet Adapter
  2995.             M6620 Ethernet Adapter with Boot PROM Option
  2996.             Madge MC Ringnode
  2997.             Madge MC Ringnode (2nd generation)
  2998.             Madge Smart 16/4 MC Ringnode
  2999.             Madge Smart 16/4 MC32 Ringnode
  3000.             MainLan Ethernet Adapter
  3001.             Mainlan Network Adapter
  3002.             MARCP2 ARCnet Adapter
  3003.             Marksman II or Phantom
  3004.             Martin Speech Accelerator Card
  3005.             MAS/2 Dual Asynch/Synch Adapter
  3006.             Master Graphics CADcelerator
  3007.             Matrox MG-104/108-M Adapter - Rev 1.0
  3008.             Matrox MGA Video Adapter (V1.00)
  3009.             Matrox PG2-1281 Hi-Res Graphics Controller - REV 2.0
  3010.             MAXPEED INTELLIGENT MULTI-PORT CONTROLLER
  3011.             MaynStream QIC-02 Tape Adapter
  3012.             MaynStream SCSI Tape Adapter
  3013.             Mayze Systems Ltd. Syncro 24PS V26 bis Modem
  3014.             Mayze Systems Ltd. Syncro 48PS V26 ter Modem
  3015.             MC 1000
  3016.             MC IEEE-488
  3017.             MC Master ADF v2.2
  3018.             MC SLAVE ENCRYPTOR
  3019.             MC-16 Micro Channel Memory Expansion Board
  3020.             MC-16A Memory card
  3021.             MC-40 Adapter or Modem Digicom SNM
  3022.             MC-4T
  3023.             MC-COM 100
  3024.             MC-Fax 2000
  3025.             MC-FUT
  3026.             MC-MXI
  3027.             MC-PIO-48 Programmable I/O Card
  3028.             MC-SIO-4 Serial I/O Communications Card
  3029.             MC14
  3030.             MC3 Adapter for CX3K
  3031.             MC30
  3032.             MCA Adapter for Laser Video Interface
  3033.             MCA-to-VMEbus Adapter
  3034.             MCC/II-8 or -16
  3035.             MCCA
  3036.             MCL-920 Digital I/O and Counter Card
  3037.             MCL-948 IEEE-488 Interface Card
  3038.             MCM144FAX
  3039.             MCM24V2FAX
  3040.             MCNIC
  3041.             MCR-6
  3042.             MDCB/2 & FDCB/2 Disc Coprocessor Boards
  3043.             MEGAMEM
  3044.             MEGAMEM 8000
  3045.             MEGAPLEX/2
  3046.             MEGAPLEX/RS
  3047.             MEGAPORT/2 12LD, 12CS, 24CS, or 24LD
  3048.             MEGAPORT/RS 12LD, 12CS, 24CS, or 24LD
  3049.             Memorex Telex 3270 Coax Adapter
  3050.             Memorex Telex 6508 SSI LINK-MC Adapter
  3051.             Memorex Telex Universal/1472 /3270 Coax Adapter
  3052.             Memory 32
  3053.             Memory Adapter for Micro Channel Architecture
  3054.             Memory Expansion Adapter (2-6MB 80386)
  3055.             Merlin Programmable Graphics Controller
  3056.             Metaphor WS2XP/MCA
  3057.             MetraByte uCCOM-422 RS-232/422 Communications Interface
  3058.             MetraByte uCDAS-16G A/D, D/A & Digital I/O Interface
  3059.             MetraByte uCDAS-8PGA Data Acquisition Board
  3060.             MetraByte uCDISO-8 Control Input&Relay Output Interface
  3061.             MG96 or MG144
  3062.             MICRO DISPLAY SYSTEMS Video Adapter
  3063.             MICRO DISPLAY SYSTEMS, INC. 34010 MONOCHROME VIDEO ADAPTER
  3064.             Micro Channel ALICE Processor
  3065.             Micro Channel Compatible Key Card
  3066.             Micro Channel PIRA
  3067.             Micro Channel Tape Drive Host Adapter
  3068.             Micro SMILE
  3069.             Micro to Mainframe Product
  3070.             Micro TRAN
  3071.             Micro-Integration COAXXSYS Adapter
  3072.             Microcamp DR-one MultiVGA
  3073.             MicroCAT Measurment Coprocessor
  3074.             Microdyne IRMAtrac - DCA Token Ring Adapter Card
  3075.             Microdyne IRMAtrac Token-Ring Adapter/Convertible
  3076.             Microeye IC Video Digitizer
  3077.             Microeye Picturebook Adapter
  3078.             Microeye Video Output Board
  3079.             MicroFax
  3080.             Microfield T8/2 High Resolution Graphics Controller
  3081.             MICROFOUR
  3082.             MicroGate SLAM/32 Modem Card
  3083.             MicroGate SyncLink Communications Card
  3084.             MicroGate SyncLink Modem Card
  3085.             MicroChannel Bus QIC O2 Adapter
  3086.             MicroPort P
  3087.             Microport PS
  3088.             MicroPort-2S
  3089.             MicroRAM SC
  3090.             MICROTEK MS-PS/2 Interface Adapter
  3091.             MicroWay mW1167-M70/80 With 3167
  3092.             MIDIator
  3093.             MIPS R1000, R1200, R2000, R4000
  3094.             Miracom Keycard/PS Modem
  3095.             miroMAGIC Grafikcontroller
  3096.             MIT 24
  3097.             ML3/A or /C or /D or /S
  3098.             MOD4S
  3099.             ModConnect MC-984 Programmable Controller AM-0984-MCO
  3100.             ModConnect Modicon SM85/Modbus Plus Adapter
  3101.             Model 10107 HardCopy Interface
  3102.             Model 10108 DR1-W Emulator
  3103.             Model 10109 Network Adapter Interface
  3104.             Modem Adapter/A (300/1200/2400)
  3105.             Modem Fonico R.C. Sysnet SMF-22
  3106.             Monolithic Systems JustRAM/MC8 Memory Board
  3107.             Mountain 16 Bit SCSI Host Adapter
  3108.             MP2
  3109.             MP3140
  3110.             MPA-2000
  3111.             MPCA-PS
  3112.             MS/2 Dual RS-232 Serial Adapter
  3113.             MS/2 Dual Serial Adapter
  3114.             MS/4RJ Four Port Serial Adapter
  3115.             MS1553MC MIL-STD1553 Adapter Card
  3116.             MSI-DDA/2 - Dual RS-422/485 Differential Serial Adapter
  3117.             MSI-DPA/2 - Dual Parallel Adapter
  3118.             MSI-GPIB/2 - Gen. Purpose Interface Bus (IEEE-488) Adapter
  3119.             MSI-PA/2 - Parallel Adapter
  3120.             MSI-PSA/2 - Parallel / Serial Adapter
  3121.             MSI-QSA/2 - Quad Serial Adapter
  3122.             MSI-SA/2 - Serial Adapter
  3123.             MSP/4 Four-Channel Serial + Parallel Adapter
  3124.             Multi-Serial-8
  3125.             Multi-Tech 3270 Emulation Board
  3126.             Multi-Tech Systems MT1432ES
  3127.             Multi-Tech Systems MT224ES7
  3128.             Multi-Tech Systems MT224PS/ES
  3129.             MultiCom PSG5250/PSG5250/LGW
  3130.             MULTIKEY
  3131.             Multisync Graphics Engine
  3132.             MultiUser Tool
  3133.             MUNIN/2
  3134.             MVGA Multi-VGA Video Adapter
  3135.             mW3167-PS
  3136.             MXI-1000 GPIB Interface Adapter
  3137.             National Instruments MC-DIO-24 Digital I/O Interface
  3138.             National Instruments MC-DIO-32F
  3139.             National Instruments MC-GPIB IEEE-488 Interface
  3140.             National Instruments MC-MIO-16 Data Acquisition Card
  3141.             NCI 4700 Banking Card/MC
  3142.             NCI 4700 PCI/MC
  3143.             NCI BANC-Ring 16/4 Adapter
  3144.             NCL 600 SCSI Host Adapter
  3145.             NCM-DIOM
  3146.             NCP3270 ISDN/2
  3147.             NCPe Multiboard /2
  3148.             NCR 16/4 Token-Ring Adapter/MC
  3149.             NCR 3250/3355 HPG Video Adapter (w/o ROM)
  3150.             NCR 3421 SCSI Controller
  3151.             NCR 53C400 SCSI Host Bus Adapter (HBA)
  3152.             NCR 53C710 MCA SCSI Host Adapter
  3153.             NCR 53C94 SCSI Controller
  3154.             NCR 796 Terminal Emulator
  3155.             NCR Business Audio with FM Synthesis
  3156.             NCR C700 SCSI Host Adapter Board
  3157.             NCR MPCA/MC Adapter
  3158.             NCR SCSI Host Adapter Board
  3159.             NCR StarWAN Interface Adapter
  3160.             NCR StarWAN ISDN Data Terminal Adapter/MC
  3161.             NCR StarWAN ISDN Personal Comuputer Terminal Adapter/MC
  3162.             NCR WaveLAN Network Interface Card
  3163.             NE/2-32
  3164.             NeoTech Dual Bidirectional Parallel Adapter, PM102
  3165.             NEOTECH DUAL RS-422/RS-485 SERIAL ADAPTER
  3166.             NEOTECH FOUR CHANNEL SERIAL ADAPTER
  3167.             NEOTECH PARALLEL ADAPTER
  3168.             NEOTECH SERIAL ADAPTER
  3169.             NEOTECH SERIAL/PARALLEL ADAPTER
  3170.             NEOTECH TWO CHANNEL PARALLEL ADAPTER
  3171.             NET18/MC
  3172.             Network Designers Ltd Garnet 2 Card
  3173.             Network Designers Ltd ONYX Card
  3174.             Network Peripherals FDDI Adapter
  3175.             NetWorth, Inc. - EtherNext/MC Network Adapter
  3176.             NetWorth, Inc. - v Series
  3177.             NI9210 Micro Channel Network Controller
  3178.             Northern Telecom Lanstar/MC Card
  3179.             NOVA/A
  3180.             Novell/Anthem NetWare NE/2 NIC
  3181.             Nth Engine 230
  3182.             Nth Engine/MCA for the IBM PS/2
  3183.             Number Nine #9GX Microchannel Graphics Adapter
  3184.             Number Nine #9GXi Graphics Coprocessor
  3185.             OC-3164 WAN Adapter
  3186.             OCTOPORT
  3187.             Olicom MC 16/4 Token-Ring Network Adapter
  3188.             OLITEC PS 2400 or V32 or V32bis
  3189.             OMNI 4/6000 GDC
  3190.             OMNILINK 422-485
  3191.             OMNILINK SP
  3192.             OMNINET /1 MC Transporter Card
  3193.             Omninet/4 PS/2 Transporter
  3194.             OmniTel Encore 2400PS Internal Modem
  3195.             ONboard2
  3196.             One Chip Plus
  3197.             Online CDI-210H (Hitachi) CD-ROM Controller
  3198.             Online CDI-210S (Sony) CD-ROM Controller
  3199.             OpenToken/16MM; ND1111
  3200.             Optipac Series 250/Eicon Laser Printer Adapter
  3201.             Opto 22 Dual RS-485 Serial Port
  3202.             Opto 22 Isolated R8-485 Serial Port
  3203.             Opto 22 Pamux 4 Adapter
  3204.             ORCHID RamQuest EXTRA
  3205.             ORCHID RAMQUEST EXTRA 16/32 V1.1
  3206.             Orchid Technology ProDesigner II/MC v1.00
  3207.             OS/RAM32 Memory Adapter, Capital Equipment Corp.
  3208.             OS/RAM32plus Memory Adapter, Capital Equipment Corp.
  3209.             OS/RAM4 Memory Adapter
  3210.             OS/RAM8 Memory Adapter, Capital Equipment Corp.
  3211.             OST PS/2 RNIS Adapter
  3212.             Overland Data 9 Track Tape Coupler Model XL/2
  3213.             OXUS PS/S0
  3214.             P06.030.02
  3215.             P10.009.02
  3216.             P10.032.01
  3217.             P10.032.03
  3218.             p1800 ProNET-10 Network Adapter for PS/2
  3219.             Pacific Image Superfax Adapter
  3220.             Pacstor SCSI Host Adapter
  3221.             Panasonic FX-RS505/RS506 Image Scanner Adapter
  3222.             Paradise 8514/A Plus Video Adapter
  3223.             Parity + Plus Model P16110
  3224.             Parity + Plus Model P32110
  3225.             Passport Communications Adapter
  3226.             PC2-QV4
  3227.             PCM DSA-340 Digital Audio Record/Playback Unit
  3228.             PCSS
  3229.             PCTEX -4 MC
  3230.             PCX.21 N/A Multi-protocol Communication Adapter
  3231.             PCX.21/A Multi-protocol Communication Adapter
  3232.             PE 117 Smard Card Security Device
  3233.             Pentax PS/2 SB-X4301 Scanner Interface Card
  3234.             Periscope 1/MC
  3235.             Periscope Model I
  3236.             Phase 1 Adapter
  3237.             PIICEON Memory Board with ROM
  3238.             PIXELWORKS PS/2 Ultra Clipper Graphics Subsystem V1.1
  3239.             Planar DBCS Font ROM
  3240.             Planar VGA/LCD Adapter
  3241.             PLUS PASSPORT MC ADAPTER BOARD
  3242.             PlusTek ScanPlus Page/2 Colour Adapter
  3243.             PM14400 PS/2 Internal Modem
  3244.             PM2400 PS/2 Internal Modem
  3245.             Polytel Super Keycard/A
  3246.             POWERPORT 2 Game Adapter
  3247.             PowerportsMC 8/16/32
  3248.             PRIMA PS/XMEM-PS
  3249.             PRINT370
  3250.             ProCom Technology Inc. Micro Channel SCSI Enabler
  3251.             ProCom Technology, Inc. PIRA 55
  3252.             ProDesigner II/MC
  3253.             Professional Microchannel DG/LAN Controller
  3254.             Promdisk
  3255.             Promdisk Programmer
  3256.             ProModem 2400PS
  3257.             Proteon p1840 ProNET-4 Network Adapter for PS/2
  3258.             Proteon p1890 4/16 Mbit/S Token Ring Adapter
  3259.             Proteon p1892 4/16 Mbps Token Ring Adapter
  3260.             Proteon p1892 MCA 4/16 Mbps Token Ring Adapter
  3261.             PS 2000
  3262.             PS 8 Port Serial
  3263.             PS DIO 48/2
  3264.             PS DUAL 232+LPT
  3265.             PS DUAL 422/485
  3266.             PS Elite/2
  3267.             PS Porto/2
  3268.             PS SI04 Multiport Adapter
  3269.             PS Timer DIO/2
  3270.             PS/16
  3271.             PS/2 Communications Port
  3272.             PS11
  3273.             PS2 HIGH SPEED COMM
  3274.             PS2000 OCR Read Adapter Card
  3275.             PS<>488 IEEE-488 Adapter from CEC (rev D)
  3276.             PScomm2/4
  3277.             PSP400 Cryptographic Module
  3278.             Pure Data PDuC9025 Token Ring Network Adapter
  3279.             PUREDATA PDIUC508 Microchannel ARCNET Interface Adapter
  3280.             PUREDATA PDuC8023 Ethernet
  3281.             PUREDATA PDuC8025 Microchannel TRN Interface Adapter
  3282.             PXB-7200
  3283.             Q-PC
  3284.             QAR Data Replay Equipment
  3285.             QDB4-PS2
  3286.             QIC-02 Adapter
  3287.             QIC-02 Tape Adaptor (LCS-6818/II)
  3288.             QIC02 Tape Controller with Hardware Data Compression
  3289.             QIC80 Tape Drive Controller
  3290.             QS-1000
  3291.             Qua Tech ES-2000/ES-3000 Eight Asynchronous RS-422/RS-485
  3292.             Qua Tech QS-2000 Quad Port Asynchronous RS-4225
  3293.             Qua Tech RS-422 Driver Adapter, DS-2000/3000
  3294.             QUA TECH SmartLynx ESI-1000
  3295.             Qua Tech SP-1000 Parallel Printer Adapter
  3296.             Qua Tech SP-1050 Serial/Parallel Port Adapter
  3297.             Quad VGA
  3298.             Quadboard PS/Q Multifunction Adapter (primary ID)
  3299.             Quadboard PS/Q Multifunction Adapter (secondary ID)
  3300.             QUADMEG PS/Q Memory Adapter vR1..ENHANCED MODE (primary)
  3301.             QUADMEG PS/Q Memory Adapter vR1..ENHANCED MODE (secondary)
  3302.             Quattro PS Modem
  3303.             Quintet-MC
  3304.             Rabbit RB62 Coaxial Communications Adapter
  3305.             Rabbit RB74 Remote Communications Processor
  3306.             Rabbit RB75 Remote Communications Processor
  3307.             Rabbit RB77 Remote Communications Adapter
  3308.             Rabbit RB78 Coax Adapter
  3309.             RAC/M IX
  3310.             Racal Vadic - 2400/PS Autodial Modem
  3311.             Racore 16/4 Token-Ring Adapter
  3312.             Racore Token-Ring Adapter
  3313.             Radius SVGA MultiView
  3314.             Radius TPD/PC-MCA
  3315.             Rapport PS6
  3316.             Raster Devices Controller
  3317.             Raster Image Processor Mod. CT 5177
  3318.             Rasterex (Int.) a.s, Liberty-MC Graphics Board
  3319.             Rasterex (Int.) a.s, Light-MC Graphics Board
  3320.             RasterOps Colorboard 1024MC
  3321.             REDIA RAMPA Engineering Digital I/O Card
  3322.             REINGRAPH GREEN
  3323.             REINGRAPH RED 8514A Graphics Accelerator
  3324.             Relays + I/O Board
  3325.             Reply AT IDE Drive Adapter
  3326.             Reply On-Board Serial/Parallel Adapter
  3327.             RHESUS-COAX
  3328.             Rimfire 5700 SCSI/SCSI-2 Adapter
  3329.             RISCom /uH2
  3330.             RISCom/u8
  3331.             RM Ethernet-MC/2 Adaptor
  3332.             Roland MIDI PROCESSING UNIT MPU-IMC
  3333.             RPTI-NET 1000M (R1000M-001/3)
  3334.             RPTI-NET 3000M (R-3000M-001/3)
  3335.             RS422/A
  3336.             RSHA or RSHD
  3337.             RT1000-MC SCSI Host Bus Adapter
  3338.             RTI HiLink5 Multiprotocol Communications Adapter
  3339.             RTI-204 Analog Input and Digital I/O Board
  3340.             RTI-205 Multifunction Analog and Digital I/O Board
  3341.             RTI-222 Analog Output Expansion Board
  3342.             S-DCB/2
  3343.             S.905M Synchronous Emulation Adapter
  3344.             S/485 RS-422/485 Serial Adapter
  3345.             S370 Byte Multiplexor Adapter
  3346.             Safe Board
  3347.             SAKHR Arabic ROM Card (Model AX35MC)
  3348.             Sanyo ROM-B350 CD-ROM Interface Card
  3349.             Satelite Data Sub-Carrier Modem
  3350.             SC5-CO
  3351.             SCANCAD 128-MICROCHANNEL
  3352.             Scanner Adapter GSII-PS/2
  3353.             Scanner Interface Mod. CT 1020
  3354.             Scientific Solutions DAS-1612
  3355.             SCL-610
  3356.             SCS-MC Communications Co-Processor
  3357.             SCSI Adapter (#1D3C)
  3358.             SCSI Bus Adapter
  3359.             SCSI Fixed Disk Controller
  3360.             SCSI/V1 Encryption Board
  3361.             SDC-III
  3362.             SDS 2239 - Digital Audio Record/Playback Adapter
  3363.             SDX SNA 3270/3770 on X.25/SDLC Lines
  3364.             SEALEVEL MC-485, RS-422/485 Serial Adapter
  3365.             Security Adapter
  3366.             Security Module
  3367.             Serial 2
  3368.             Serial Communications Card
  3369.             SERIAL PARALLEL ADAPTER
  3370.             SGI Micro-Channel IRISVISION Adapter
  3371.             SGS - VCEP
  3372.             Shine Modem Card (LCS 8824B/II)
  3373.             ShineLink 3270 Terminal Emulator (LCS-8848/II)
  3374.             ShineNet LAN Card (LCS-8834-II)
  3375.             Siemens BAM Adapter (FM9750 Emulation)
  3376.             Sigma Design's L-VIEW for the PS/2 with VGA Emulation
  3377.             Sigma Design's MultiMode 120 Display Controller
  3378.             Sigma Design's PageView for the PS/2
  3379.             Sigma Design's Silverview (VGA) for the PS/2
  3380.             Sigma Design's L-VIEW for the PS/2
  3381.             SilverView
  3382.             SITER 2
  3383.             SK-NET MC2
  3384.             SK-NET TR/MC2
  3385.             SKNET Ethernet Adapter/G (ADF-Rev. 1.1)
  3386.             Small 4 Port Chase Research Intelligent Serial I/O Controller
  3387.             Smart Eight/2
  3388.             SMC EtherCard PLUS/A (SMC8013EP/A)
  3389.             SMC EtherCard PLUS/A (SMC8013WP/A)
  3390.             SMC TokenCard Elite/A (8115T/A)
  3391.             SMC3016/MC
  3392.             SNM 12 PS Modem
  3393.             SNM 16 Modem
  3394.             Software 100 Multichannel Analyzer
  3395.             SOLIS MC
  3396.             SORAC VideoCapture S0-212
  3397.             SORAC VideoCapture SO550
  3398.             SPEA - Flash 1
  3399.             SPEA - HiLite MCA
  3400.             Specialix SI/PS Intelligent I/O Controller
  3401.             SR32BMCI 32 Bit Memory/IO Adapter Card
  3402.             STACKER MC/16 - Data Compression Co-Processor Card
  3403.             Standard Microsystems Corporation ARCNET-PS110
  3404.             Star Gate ACL_MC Adapter
  3405.             Star Gate PLUS 8 MC Adapter
  3406.             START Board
  3407.             STB MC/MVP ERGO VGA Adapter
  3408.             STB PowerGraph/2 VGA Adapter
  3409.             STB Serial/Parallel Adapter
  3410.             STD PSX/386/486 LO_MEMORY Multi Master Card
  3411.             Stone Multivideo Multiuser Terminal Adapter
  3412.             Storage Dimensions SDC3211F 32-bit FAST SCSI Host Adapter
  3413.             Storage Plus Inc. SCSI Host Adapter
  3414.             Street Electronics "ECHO" Speech Synthesizer
  3415.             SUMINET-3500 NSB
  3416.             Super IO MC
  3417.             Super MicroFour (Super Pink Board)
  3418.             SUPER VIA
  3419.             Super VideoWindows for IBM Micro Channel
  3420.             SuperVGA/MC Display Adapter, Ver. 3.0
  3421.             Sutherland-Schultz #5136-SD-MCA V1.0
  3422.             SX6232 IPI-3 Tape Controller
  3423.             SXG132 IPI-2 Disk Controller
  3424.             SY123/C or SY132B(F) or SY22BS
  3425.             Sync-Up 2/201
  3426.             Sync-Up 2/201/212
  3427.             Sync-Up 2/208/201
  3428.             Sync-Up 2/Multi-Protocol Adapter
  3429.             Sync-Up 2/T9628B
  3430.             Sync-Up 2/V.22 bis
  3431.             Sync-Up 2/V.32
  3432.             Sync-Up 2/V.32/5, 2/V.32/42b
  3433.             SyncLink 2400/2 or SyncLink 4824/2
  3434.             SYNERIS/PS
  3435.             SYNMOD Compact/PS
  3436.             SYNMOD/PS
  3437.             SYNMPI/PS
  3438.             SYSGEN PSH200 SCSI Host Adapter
  3439.             SYSGEN PST100 Tape Adapter
  3440.             SYSTEM GOLD COMMUNICATIONS CARD
  3441.             System One Audio Test System
  3442.             System Resource Card
  3443.             T.D.T. Single Pad Karte Asynchron MC
  3444.             T.D.T. Single Pad Karte Synchron MC
  3445.             TALLGRASS SCSI Adapter
  3446.             Tamarix / 2
  3447.             TC5046-T Ethernet Adapter
  3448.             Tecmar Floppy Tape Controller
  3449.             Tecmar HDE+ MCA SCSI Host Adapter
  3450.             Tecmar MCA QIC-02 Host Adapter w/ Data Compression
  3451.             Tecmar MCA SCSI Host Adapter
  3452.             Tecmar MicroRAM 386 Multifunction Board
  3453.             Tecmar MicroRAM Multifunction Board
  3454.             Tecmar MicroRAM SC Extended Memory Adapter
  3455.             Tecmar QT-60, QT-90, QT-125 Tape Drive
  3456.             Techlan Sync Comms Adapter
  3457.             Technology Concepts CCB
  3458.             Technology Concepts PCC, /IF, /MX
  3459.             Telebit Trailblazer Plus PS Internal Modem
  3460.             Terminal Emulation Adapter
  3461.             The Coax/2 Connection
  3462.             THE FAXPRO SERIES
  3463.             The IBM 3270 Connection Version A
  3464.             The IBM 3270 Connection Version B
  3465.             The ITI LinkUp COAX - 3270 Emulation Adapter
  3466.             The Quadram MainLink IIM - 3270 Connection
  3467.             Thomas-Conrad ARC-CARD/MC
  3468.             Thomas-Conrad TC4046 Token Ring
  3469.             Thomas-Conrad TC5046 16/32 bit Ethernet Adapter
  3470.             Thomas-Conrad TCNS/MC
  3471.             Tiara Computer Systems LANCARD A/II ARCNet Adapter
  3472.             Tiara LanCard/E * MC 10BT (AUI / 10BaseT UTP) Adapter
  3473.             Tiara LanCard/E * MC TWISTED PAIR Adapter
  3474.             Tiara LanCard/EII ETHERNET/CHEAPERNET Adapter
  3475.             Tiara Local Area Networks LANcard/A-II ARCnet Adapter
  3476.             Timer - Counter - Board
  3477.             TM-2400M
  3478.             Token Net 1000
  3479.             Token Ring Network Adapter
  3480.             TokenCombo-16 S/V
  3481.             TOPS FlashCard/MC LocalTalk Adapter
  3482.             Torus Ethernet Adapter/MC
  3483.             Trantor PS/2 SCSI Host Adapter
  3484.             Trantor T228 MicroChannel SCSI Host Adapter
  3485.             Trantor T260 SCSI Host Adapter
  3486.             TrueScan Version: PS/2 MCA. Calera Recognition Systems Inc.
  3487.             Truevision TARGA+
  3488.             Tseng Labs ET4000 VGA Adapter
  3489.             TSI Vista /2 #A
  3490.             TV Tuner
  3491.             Twinax Work Station Emulation Adapter
  3492.             U.S. Robotics Courier 2400 eps
  3493.             U.S. Robotics Courier PS/2 Modem
  3494.             uCCDA-04
  3495.             uCMBC-488
  3496.             uCMDB-64
  3497.             uCPIO-24 High Current Parallel Port Interface
  3498.             uCPIO-27
  3499.             UDC-8000-TI
  3500.             Ultra Clipper Rainbow
  3501.             UltraNet Network Processor
  3502.             Ungermann-Bass Net/One NIUps and NIUps/TR LAN Adapter
  3503.             Ungermann-Bass NICps/2 Ethernet LAN Adapter
  3504.             Unified Serial Adapter
  3505.             UNIMA
  3506.             UNX/II-4
  3507.             UNX/II-8
  3508.             UNX550/II-4
  3509.             UNX550/ii-8
  3510.             VBX200/MC by Natural MicroSystems
  3511.             VEN-TEL 2400 Modem
  3512.             VERITAS Signature Verification System
  3513.             Vermont Microsystems COBRA /2
  3514.             Vermont Microsystems Page Manager/2 Series 7 or 12
  3515.             VGA/NTSC - MC Video Conversion Card
  3516.             VGA/PAL - MC Video Conversion Card
  3517.             VIA
  3518.             Video Capture Adapter/A
  3519.             Video Capture Adapter/A with PAL
  3520.             Videogenesis/24
  3521.             VideoLogic DVA4000/MCA Adapter
  3522.             Viking PS/2 - 1600 Display Controller
  3523.             Viking PS2 Display Controller
  3524.             VIP 640M/PS
  3525.             VISION LOGIC Game Port Adapter
  3526.             VMEbus Adaptor with DMA
  3527.             VocalCard/Digital
  3528.             Voicecard 2000
  3529.             VP800 Digital Audio Playback Adapter
  3530.             VP883 Digital Audio Playback Adapter
  3531.             VTD Adapter
  3532.             Wall Data Datagate/Coax
  3533.             WAN Interface Co-Processor (WNIC)/X.25 Com. Interface
  3534.             Wang Microchannel Local Office Connection (MCLOC)
  3535.             Warp Speed - Phaser Two or Three Model 50+ Light Pen Port
  3536.             Watchdog Armor
  3537.             WATSON Board By Natural MicroSystems Corp.
  3538.             Western Digital WD8003ET/A Ethernet Adapter
  3539.             Western Digital WD8003ST/A Starlan Adapter
  3540.             WH-uCDB-PAR
  3541.             WinTwin
  3542.             X-Comm/M
  3543.             X-LINK File Accelerator/2-VBX
  3544.             X.21-CMC/BM
  3545.             XGA Display Adapter
  3546.             XGA Video Adapter
  3547.             XGA-2 Display Adapter/A
  3548.             XHR Gemini/2 118, 134, 158, 174, or 858
  3549.             XIONICS XIP-D Image Processor
  3550.             XPERT Communications Adapter
  3551.             XTEND Renaissance Expansion Board
  3552.             YARC u785+ COPROCESSOR
  3553.             Ziatech IEEE 488 Interface Adapter
  3554.  
  3555. ################################################################################
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  ## Thanx #####################################################################
  3583.  
  3584.  I want especially thank to:
  3585.  
  3586.  ∙ Beta testers (Boris Hurínek, Igor Junas, Matús Rosa, Milan Marusinec...)
  3587.  ∙ Alex V. Potemkin and Potemkin's Hackers Group; avp@iron.misa.ac.ru
  3588.  ∙ Aad Offerman (CHIPLIST); offerman@einstein.et.tudelft.nl
  3589.  ∙ Ján Gúcik (IntroScope - a pretty good prg); jan.gucik@vslib.cz
  3590.  ∙ Jeremy Lilley (PROTECT! -ion); 75060.2074@compuserve.com
  3591.  ∙ Tomás Lehuta (GUS routs); lehuta@decef.elf.stuba.sk
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.  
  3601.  
  3602.  
  3603.  
  3604.  
  3605.  
  3606.  
  3607.  ## Disclaimer ################################################################
  3608.  
  3609.  ╔════════════════════════════════════════════════════════════════════════════╗
  3610.  ║  All product names are copyright and registered trademarks/tradenames of   ║
  3611.  ║                        their respective owners.                            ║
  3612.  ╚════════════════════════════════════════════════════════════════════════════╝
  3613.  
  3614.            HWiNFO IS COPYRIGHTED MATERIAL AND PROTECTED BY APPLICABLE
  3615.                COPYRIGHT LAWS AND INTERNATIONAL TREATY PROVISIONS.
  3616.  
  3617.  
  3618.     THE PROGRAM AND ITS DOCUMENTATION ARE COPYRIGHTED BY THE ORIGINAL
  3619.     PROGRAMMER/AUTHOR (COPYRIGHT HOLDER). ALL RIGHTS ARE RESERVED CONCERNING
  3620.     FUTURE CHANGES OF THE NAME AND CONTENTS OF THIS DISTRIBUTION PACKAGE. NO
  3621.     CHANGES MUST BE MADE FOR ANY REASONS AT ANY TIME BY ANYBODY IN ANY ASPECT,
  3622.     INCLUDING, BUT NOT LIMITED TO, MODIFICATION OF THE COPYRIGHT NOTICE OR
  3623.     CHANGES OF THE COMPILED BINARIES HEREBY ALTERING THE ORIGINALLY INTENDED
  3624.     PROGRAM EXECUTION FLOW.
  3625.  
  3626.     RealSoft SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, AND
  3627.     ALL LIABILITY, INCLUDING CONSEQUENTIAL AND OTHER INDIRECT DAMAGES, FOR
  3628.     THE USE OF THIS SOFTWARE, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY
  3629.     PROPRIETARY RIGHTS. RealSoft DOES NOT ASSUME ANY RESPONSIBILITY FOR ANY
  3630.     ERRORS WHICH MAY APPEAR IN THIS CODE NOR ANY RESPONSIBILITY TO UPDATE IT.
  3631.  
  3632.     THE PERSON USING THE SOFTWARE BEARS ALL RISKS AS TO THE QUALITY AND
  3633.     PERFORMANCE OF THIS SOFTWARE.
  3634.  
  3635.  
  3636.  
  3637.  ## END #######################################################################